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

https://github.com/danielesteban/shooty


https://github.com/danielesteban/shooty

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

shooty
==

[![screenshot](public/screenshot.png)](https://shooty.gatunes.com/)

### Dev environment

```bash
# clone this repo
git clone https://github.com/danielesteban/shooty.git
cd shooty
# install dev dependencies
npm install
# start the dev environment:
npm start
# open http://localhost:8080/ in your browser
```