An open API service indexing awesome lists of open source software.

https://github.com/banyango/webapi

Playground with WebAPIs
https://github.com/banyango/webapi

Last synced: over 1 year ago
JSON representation

Playground with WebAPIs

Awesome Lists containing this project

README

          

# WebAPI playground

This repo contains my web api playground. I've implemented various web apis on a single page. Just for exploratory purposes.

#### Demo

Check out the demo [here](https://sharp-einstein-f9609f.netlify.com/)

#### Build yourself

clone the repo
`git clone https://github.com/Banyango/WebAPI`

run npm install.
`npm i`

run the webpack dev server.
`npm run start`