WilliamVelazquez / pokemon-simple-api

Simple Pokemon API developed with Express to get specific data from the PokéAPI

Home Page:https://pokemon-simple-api.now.sh/api/pokemons/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokémon Simple API

Simple Pokemon API developed with Express to get specific data from the PokéAPI. Gotta Catch 'Em All!

Pokémon Simple API

How It Works?

Require Node.JS

  • npm install For instailling dependencies.
  • npm run dev For developing environment.
  • npm run dev:windows For developing environment on windows.
  • npm run start For production environment.
  • npm run start:windows For production environment on windows.
  • npm run test For running the tests.
  • npm run cover For running the test coverage.
  • npm run report For opening the test coverage report on the browser.
  • npm run report:windows For opening the test coverage report on the browser on windows.

Author & Credits

Social Networks

License

MIT

About

Simple Pokemon API developed with Express to get specific data from the PokéAPI

https://pokemon-simple-api.now.sh/api/pokemons/

License:MIT License


Languages

Language:JavaScript 100.0%