Skip to content

battlebit-org/battlebit-gaming-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

battlebit-gaming-server

Twitch auth sample wrapper and api call services

npm version

[💡 Image Pro Tip: Paste an image into a GitHub issue comment (any repo). It will give back the markdown you can paste above. You don't even need to submit it!]

[Give a more detailed explanation of what your package does here. A few sentences or a few paragraphs. This is your elevator pitch area.]

Installation

$ npm i battlebit-gaming-server

or

$ yarn add battlebit-gaming-server

Usage

[describe a simple use of the thingie that you are pitching. keep it short]

const thingie = createThingie(config);

Parameters

[describe what parameters your package/function takes]

Parameter Description
foo A foo thingie (boolean). Default = true.
bar A bar thingie (string). Default = bar.

Return

[describe what is returned]

Key Description
blah A boolean containing the current value of blah.

Example

[Write something here describing the sample code below. The example code SHOULD WORK!]

import React from 'react';
import { createThingie } from 'battlebit-gaming-server';

const Thingie = createThingie();

const MyThingie = () => {
  // Do some stuff

  return <Thingie>Return some JSX</Thingie>;
};

export default MyThingie;

Live demo

You can view/edit the battlebit-gaming-server demo app on CodeSandbox.

Edit demo app on CodeSandbox

License

MIT Licensed


[Optional footer information here. Maybe thank a friend. Maybe plug your Twitter account. Whatever.]

About

Game and Stream stats

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published