https://github.com/banyango/webapi
Playground with WebAPIs
https://github.com/banyango/webapi
Last synced: over 1 year ago
JSON representation
Playground with WebAPIs
- Host: GitHub
- URL: https://github.com/banyango/webapi
- Owner: Banyango
- Created: 2019-07-17T15:28:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T21:24:28.000Z (about 7 years ago)
- Last Synced: 2025-02-12T09:52:40.520Z (over 1 year ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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`