https://github.com/srph/boomebang
Instagram Boomerang for the web.
https://github.com/srph/boomebang
Last synced: about 1 year ago
JSON representation
Instagram Boomerang for the web.
- Host: GitHub
- URL: https://github.com/srph/boomebang
- Owner: srph
- Created: 2019-10-06T07:46:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:25:19.000Z (over 3 years ago)
- Last Synced: 2025-02-11T14:22:30.032Z (over 1 year ago)
- Language: TypeScript
- Size: 859 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## boomebang
Instagram Boomerang for the web.
### Setup
- Install the dependencies
```bash
npm i
```
- Start Parcel, and you're all good.
```bash
npm start
```