An open API service indexing awesome lists of open source software.

https://github.com/nodecord/nodecord

A node.js wrapper for the Discord API
https://github.com/nodecord/nodecord

api bots discord discord-api framework javascript library node-wrapper nodejs testing

Last synced: about 1 year ago
JSON representation

A node.js wrapper for the Discord API

Awesome Lists containing this project

README

          

[![Discord](https://discordapp.com/api/guilds/503134449060544513/embed.png?style=shield)](https://discord.gg/BUGV4Er)
# Nodecord
A node.js API wrapper for the Discord API.

## Install
Nodecord can be installed through npm, provided a recent version of node.js is available.
```
npm install nodecord
```

## Contributing
Contributions are appreciated! Feel free to fork/clone and create a pull request for any changes made, or create an issue to further discuss minor/major/breaking changes. You can also [join our server](https://discord.gg/BUGV4Er) to discuss, if you'd like.

A general rule is to follow the existing style of code already in the repository, which includes using single quotes `'` and minimal compacting.

## Licence
(c) 2018 - 2019 ThatTonybo. Licenced under the MIT Licence, see the LICENCE file for more information.