[![Build Status](https://travis-ci.com/brakacai/discord-ghost.svg?branch=master)](https://travis-ci.com/brakacai/discord-ghost)
[![Coverage Status](https://coveralls.io/repos/github/brakacai/discord-ghost/badge.svg?branch=master)](https://coveralls.io/github/brakacai/discord-ghost?branch=master)
[![CodeFactor](https://www.codefactor.io/repository/github/brakacai/discord-ghost/badge/master)](https://www.codefactor.io/repository/github/brakacai/discord-ghost/overview/master)
![GitHub last commit](https://img.shields.io/github/last-commit/brakacai/discord-ghost.svg)
![node (scoped)](https://img.shields.io/node/v/@brakacai/discord-ghost.svg)
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors)
[![Gitter](https://badges.gitter.im/discord-ghost/community.svg)](https://gitter.im/discord-ghost/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

# discord-ghost

A headless Discord Rich Experience provider for Destiny 2

## Developer Setup

1. Ensure that you have [the actual LTS version of Node.js](https://nodejs.org/en/).
2. Install the dependencies `npm i`.
   > You might need to install the prerequisites of [node-gyp](https://github.com/nodejs/node-gyp).
3. Build the project `npm run build`.
4. Run the project `npm start`.
5. Have fun!

### Additional tools & recommended extensions:

- [Commitizen](https://github.com/commitizen/cz-cli) to commit easily and informatively.
- [VS Code ESLint extension](https://github.com/Microsoft/vscode-eslint) to keep your code clean.
- [Prettier formatter for VS Code](https://github.com/prettier/prettier-vscode) to beef up VS Code formatter.
  > Some settings are provided for those two directly in `.vscode/settings.json`

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
<table><tr><td align="center"><a href="https://github.com/louis-bompart"><img src="https://avatars2.githubusercontent.com/u/12366410?v=4" width="100px;" alt="Louis Bompart"/><br /><sub><b>Louis Bompart</b></sub></a><br /><a href="https://github.com/brakacai/discord-ghost/commits?author=louis-bompart" title="Code">💻</a> <a href="https://github.com/brakacai/discord-ghost/commits?author=louis-bompart" title="Tests">⚠️</a> <a href="#projectManagement-louis-bompart" title="Project Management">📆</a> <a href="https://github.com/brakacai/discord-ghost/commits?author=louis-bompart" title="Documentation">📖</a> <a href="#ideas-louis-bompart" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-louis-bompart" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td><td align="center"><a href="https://github.com/pjuhel"><img src="https://avatars0.githubusercontent.com/u/14289468?v=4" width="100px;" alt="pjuhel"/><br /><sub><b>pjuhel</b></sub></a><br /><a href="https://github.com/brakacai/discord-ghost/commits?author=pjuhel" title="Code">💻</a> <a href="https://github.com/brakacai/discord-ghost/issues?q=author%3Apjuhel" title="Bug reports">🐛</a></td><td align="center"><a href="https://github.com/TalenTaylor"><img src="https://avatars0.githubusercontent.com/u/52544870?v=4" width="100px;" alt="TalenTaylor"/><br /><sub><b>TalenTaylor</b></sub></a><br /><a href="https://github.com/brakacai/discord-ghost/issues?q=author%3ATalenTaylor" title="Bug reports">🐛</a></td><td align="center"><a href="https://github.com/CaptainKoby"><img src="https://avatars0.githubusercontent.com/u/32594096?v=4" width="100px;" alt="Koby"/><br /><sub><b>Koby</b></sub></a><br /><a href="https://github.com/brakacai/discord-ghost/issues?q=author%3ACaptainKoby" title="Bug reports">🐛</a></td><td align="center"><a href="https://axelg.xyz"><img src="https://avatars1.githubusercontent.com/u/31705527?v=4" width="100px;" alt="Axel Greavette"/><br /><sub><b>Axel Greavette</b></sub></a><br /><a href="https://github.com/brakacai/discord-ghost/commits?author=axelgreavette" title="Code">💻</a></td><td align="center"><a href="http://www.mrphlip.com/"><img src="https://avatars3.githubusercontent.com/u/734414?v=4" width="100px;" alt="Phillip"/><br /><sub><b>Phillip</b></sub></a><br /><a href="https://github.com/brakacai/discord-ghost/commits?author=mrphlip" title="Code">💻</a></td></tr></table>

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
