Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 305 Bytes

File metadata and controls

16 lines (15 loc) · 305 Bytes

learnsets

An API used to get the list of all possible learnable moves of a given Pokemon.

Usage

Prerequisites

  1. Node.js and npm

Commands

  1. Create a .env file with the following format:
PORT=
  1. Run the following commands in the terminal
$ npm install
$ npm run start