Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nberger/rapipago_api
JSON API for searching Rapipago stores (http://www.rapipago.com) stores
https://github.com/nberger/rapipago_api
Last synced: about 1 month ago
JSON representation
JSON API for searching Rapipago stores (http://www.rapipago.com) stores
- Host: GitHub
- URL: https://github.com/nberger/rapipago_api
- Owner: nberger
- License: epl-1.0
- Created: 2014-05-18T15:38:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-19T05:51:28.000Z (over 8 years ago)
- Last Synced: 2024-05-09T21:28:46.604Z (6 months ago)
- Language: Clojure
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rapipago_api
JSON API to search rapipago (http://www.rapipago.com) stores
## Prerequisites
1. Install elasticsearch and have it running in localhost:9200,
or provide the env var `BONSAI_URL` to connect to it## Running
To start a web server for the application, run:
lein ring server
## Import stores for bounding box search
lein run -m rapipago-api.import-stores
## License
Copyright © 2014 Nicolás Berger
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.