https://github.com/pokemongof/botconfig
Web page to generate configuration files for PokemonGo-Bot
https://github.com/pokemongof/botconfig
Last synced: 5 months ago
JSON representation
Web page to generate configuration files for PokemonGo-Bot
- Host: GitHub
- URL: https://github.com/pokemongof/botconfig
- Owner: PokemonGoF
- Created: 2016-07-29T21:44:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T15:10:06.000Z (over 9 years ago)
- Last Synced: 2025-04-11T19:12:18.479Z (9 months ago)
- Language: JavaScript
- Homepage: https://pokemongof.github.io/botConfig/
- Size: 6.24 MB
- Stars: 15
- Watchers: 7
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bot-conf
You can use the botConfig [here](https://pokemongof.github.io/botConfig)
## Build & development
Run `grunt` for building and `grunt serve` for preview.
## Testing
Running `grunt test` will run the unit tests with karma.
## Publishing
botConfig uses github pages to serve the html files.
To push a new version to production do the following.
- Clone this repo
- Create a dist folder (`mkdir dist`)
- In the dist folder initalize a new git repo
- Add this remote: `git@github.com:PokemonGoF/botConfig.git`
- Followed by a fetch of the origin
- Checkout the gh-pages branch
- Go back to the root dir and run a `grunt build`
## TODO
- [ ] Make some tests