seehuge / PoracleJS

NodeJS application for PokémonGo WebHook Discord alarms

Home Page:https://kartuludus.github.io/PoracleJS/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Build Status

Introduction

PoracleJS is a NodeJS application for Discord pokemon alarms. It currently supports wild spawns, raids and quests.
It allows for high end-user configurability using discord !commands and private message or channel alarms.

Links

  • WIKI - Useful for words of wizdom!
  • Discord - Place for #help and #announcments

Install

git clone https://github.com/KartulUdus/PoracleJS.git   // Clone the repository
cd PoracleJS                                            // Navigate to the root of the project
npm install                                             // install dependencies
cp .env.example .env && vim .env                        // Edit the config file (.env) and fill out Database and Discord bot
npm start                                               // Start the application

About

NodeJS application for PokémonGo WebHook Discord alarms

https://kartuludus.github.io/PoracleJS/#/

License:GNU General Public License v3.0


Languages

Language:JavaScript 84.2%Language:Vue 14.5%Language:CSS 1.1%Language:Dockerfile 0.2%