Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pokedevs/node-pokedex-api
A Node.js wrapper library for the Pokédex API.
https://github.com/pokedevs/node-pokedex-api
api database javascript js library node nodejs pokeapi pokedb pokedex pokemon wrapper
Last synced: 5 days ago
JSON representation
A Node.js wrapper library for the Pokédex API.
- Host: GitHub
- URL: https://github.com/pokedevs/node-pokedex-api
- Owner: PokeDevs
- License: mit
- Created: 2017-12-15T08:23:56.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T06:12:00.000Z (about 1 year ago)
- Last Synced: 2024-09-21T10:19:02.285Z (about 2 months ago)
- Topics: api, database, javascript, js, library, node, nodejs, pokeapi, pokedb, pokedex, pokemon, wrapper
- Language: TypeScript
- Homepage: https://npmjs.com/package/pokedex-api
- Size: 129 KB
- Stars: 19
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokédex API Library Wrapper
A wrapper library for the [Pokédex API](https://pokedevs.gitbook.io).## Installation
This is a [Node.js](https://nodejs.org/en) module available through the
[npm registry](https://www.npmjs.com/).Before installing, [download and install Node.js](https://nodejs.org/en/download/).
We recommend installing the latest LTS version of Node.js.Installation is done using the [`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
```bash
npm install pokedex-api
```## Get Started
Read the [Wiki](https://github.com/PokeDevs/node-pokedex-api/wiki) to see the available classes and methods (with examples) and know
how to use them.## Pokédex API
* [Official Website and Documentation](https://pokedevs.gitbook.io)
* [GitHub Organization](https://github.com/PokeDevs) for other libraries
* [Discord](https://discord.gg/Z8txJ6a) for discussion## Contributors
The developer of the [Pokédex API](https://pokedevs.gitbook.io) and this
wrapper library is [@iamtraction](https://github.com/iamtraction).[List of all contributors](https://github.com/PokeDevs/node-pokedex-api/graphs/contributors)
## Donate
If want to support the development of this project to keep this alive forever,
you can send donations to the developers.
Your donations will ensure the development of this project and I'll make sure
this project stays active forever. You can [donate via PayPal](https://paypal.me/snkrsnkampa).## License
[MIT](https://github.com/PokeDevs/node-pokedex-api/blob/master/LICENSE)
> If you liked this project you can **⭐ Star** it on
> [GitHub](https://github.com/PokeDevs/node-pokdex-api).