Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edporras/nosoup-clj
Page generator for nosoupforyou.com
https://github.com/edporras/nosoup-clj
florida gainesville generator restaurant-guide
Last synced: 10 days ago
JSON representation
Page generator for nosoupforyou.com
- Host: GitHub
- URL: https://github.com/edporras/nosoup-clj
- Owner: edporras
- License: mit
- Created: 2020-04-19T09:19:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T17:51:31.000Z (3 months ago)
- Last Synced: 2024-08-27T19:43:30.853Z (3 months ago)
- Topics: florida, gainesville, generator, restaurant-guide
- Language: Clojure
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# nosoup-clj v0.1.2
Site generator for https://www.nosoupforyou.com/, a listing of local &
independent restaurants in Gainesville, FL I created in the early
2000's. The original project was written with PHP/MySQL and over the
past 8 or so years, it'd been running on AWS. I decided to move away
from all that and rewrote the whole thing as a Clojure app that
generates static pages. Instead of a database, I'm using a simple EDN
configuration.## Usage
I can't imagine anyone will want to do this but, assuming you've
created your own configuration, you generate the static pages with:$ java -jar nosoup-clj-0.1.2-standalone.jar gen path-to-restaurants-config.edn
See [test/restaurants.edn](test/restaurants.edn) for an example.