Skip to content

FrogginPad/tadpole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tadpole

API for Froggy and other things

Prereq

You need Node.js v^16.9.0 & bun installed

Setup

  1. Clone this project git clone git@github.com:FrogginPad/tadpole.git

  2. Make a Riot developer account & Grab the development API key

  3. Go to .env.example, add your key and change filename to .env

      RIOT_API_KEY=
  4. Install dependencies: bun install

  5. Run: bun dev

  6. Hit localhost:3000/ping

Testing

You can run localhost:3000/swagger to get the swagger spec

Releases

No releases published

Packages

No packages published