A Pokémon legality checker
  • JavaScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-02-21 21:34:38 -05:00
scripts Add simple ball check (#3) 2016-10-20 16:43:46 +01:00
src Egg and item checks (#20) 2017-02-20 13:37:56 -05:00
test Egg and item checks (#20) 2017-02-20 13:37:56 -05:00
.eslintrc.json Change the lint warnings to errors (#11) 2017-02-09 22:21:51 -05:00
.gitattributes Prevent git from converting linebreaks on windows (#12) 2017-02-16 08:22:32 +00:00
.gitignore Update .gitignore 2016-08-14 19:07:24 -07:00
.travis.yml Initial commit 2016-07-12 21:56:08 -04:00
CHANGELOG.md Update changelog for v0.1.0 2016-08-12 22:47:46 -04:00
LICENSE.md Initial commit 2016-07-12 21:56:08 -04:00
package.json Upgrade pkparse to ^1.1.0 (#23) 2017-02-21 21:34:38 -05:00
README.md Name updates (#15) 2017-02-12 15:47:26 -08:00

pokemon-legality-checker

Build Status

In development; should not be considered stable yet.

Installation

Make sure you're using Node 6.0.0 or above.

$ npm install pokemon-legality-checker

To set up a dev environment:

$ git clone https://github.com/porybox/pokemon-legality-checker.git
$ cd pokemon-legality-checker
$ npm install

To run the tests:

npm test