Skip to content

An interface to communicate with Epics.gg API with NodeJS

Notifications You must be signed in to change notification settings

Roguyt/node-epicsgg

Repository files navigation

Welcome to node-epicsgg 👋

Version Documentation Maintenance License: MIT Twitter: ClmntW

An interface to communicate with Epics.gg API

Prerequisites

  • node >=8.0.0

Install

npm install node-epicsgg

Usage

const epicsgg = require('node-epicsgg');
const epics = new epicsgg({ email: 'example@example.com', 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