Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otann/exposure
Clojure(Script) fullsack webapp to browse Instagram data by hashtags
https://github.com/otann/exposure
Last synced: about 1 month ago
JSON representation
Clojure(Script) fullsack webapp to browse Instagram data by hashtags
- Host: GitHub
- URL: https://github.com/otann/exposure
- Owner: Otann
- License: epl-1.0
- Created: 2015-12-18T17:49:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-24T13:53:11.000Z (about 9 years ago)
- Last Synced: 2024-10-21T05:40:30.330Z (3 months ago)
- Language: Clojure
- Homepage:
- Size: 50.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `exposure`
This is draft version for a tool to browse instagram data
## How to
Local development is done through the figwheel which
auto-reloads both client and server code.
To start, run following command:lein figwheel
To auto-compile less:
lein less autoTo deploy to Heroku:
git push heroku master