An interface to communicate with Epics.gg API
🏠 Homepage
- node >=8.0.0
npm install node-epicsgg
const epicsgg = require('node-epicsgg');
const epics = new epicsgg({ email: 'example@example.com', password: 'example123' });
npm run test
👤 Roguyt
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2019 Roguyt.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator