https://github.com/flet/playground
a sample application that leverages the BestBuy/api-playground dataset
https://github.com/flet/playground
Last synced: 3 months ago
JSON representation
a sample application that leverages the BestBuy/api-playground dataset
- Host: GitHub
- URL: https://github.com/flet/playground
- Owner: Flet
- License: mit
- Created: 2016-11-30T09:20:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T18:59:32.000Z (over 8 years ago)
- Last Synced: 2025-01-23T20:38:14.914Z (5 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# playground
playground website for BestBuy/api-playground
[![travis][travis-image]][travis-url]
[![standard][standard-image]][standard-url][travis-image]: https://img.shields.io/travis/Flet/playground.svg?style=flat-square
[travis-url]: https://travis-ci.org/Flet/playground
[standard-image]: https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square
[standard-url]: http://npm.im/semistandard## Install
```
npm install
PLAYGROUND_URL=http://some-api-playground.example.com npm start
```## Contributing
Contributions welcome! Please read the [contributing guidelines](CONTRIBUTING.md) first.
## License
[MIT](LICENSE.md)