https://github.com/mikael-r/mixmods-notifier
Notifica sobre novos posts do blog mixmods.com.br
https://github.com/mikael-r/mixmods-notifier
Last synced: 7 months ago
JSON representation
Notifica sobre novos posts do blog mixmods.com.br
- Host: GitHub
- URL: https://github.com/mikael-r/mixmods-notifier
- Owner: Mikael-R
- License: mit
- Created: 2020-05-08T22:02:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T15:53:10.000Z (over 5 years ago)
- Last Synced: 2025-01-26T16:33:19.777Z (8 months ago)
- Language: JavaScript
- Homepage: https://mixmods.com.br
- Size: 62.5 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/standard/standard)
# MixMods-Notifier
Notifica sobre novos posts da mixmods## Como usar
Instale os sofwares necessários
```
Git # Veja a página web oficial https://git-scm.com/downloads
Node.js # Veja a página web oficial https://nodejs.org/download/
```
Instale as depêndencias
```
# Clone o repositório
$ git clone https://github.com/Mikael-R/MixMods-Notifier.git
# Entre na pasta do repositório
$ cd MixMods-Notifier
# Instale as dependências
$ npm install
# Execute o programa
$ npm start
```## Feito com
* [NodeJs](https://nodejs.org/) - Linguagem de programação
* [Discord.js](https://discord.js.org/#/) - Módulo para interagir com a API do Discord## Autor
* **Mikael-R** - *Trabalho inicial* - [Mikael-R](https://github.com/Mikael-R)### Licença
Este projeto é licenciado pela licença MIT- veja o arquivo [LICENSE.md](LICENSE.md) para mais detalhes.