node-epicsgg
v2.3.1
Published
An interface to communicate with Epics.gg API
Downloads
8
Readme
An interface to communicate with Epics.gg API
🏠 Homepage
📝 Documentation
Prerequisites
- node >=8.0.0
Install
npm install node-epicsgg
Usage
const epicsgg = require('node-epicsgg');
const epics = new epicsgg({ email: '[email protected]', password: 'example123' });
Run tests
npm run test
Author
👤 Roguyt
Contributors
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2019 Roguyt. This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator