Skip to content

TekkadanPlays/flowies

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flowi.es was a service once hosted on Heroku that appeared on https://flowi.es/.

Here's a screenshot:

and an archived version of the landing page: http://archive.is/vAI85

To run, it used a CouchDB instance with the design docs given in ./ddocs and run the crontab lines ./crontab, plus the Heroku dyno defined in ./Procfile.

There was also a helper server that just fetched each user rendered site from CouchDB and served it on http://*.on.flowi.es/ domains (yes, the entire sites were rendered on CouchDB using view and list functions). That was written in Go and, since it fitted in a single file, it's included here on ./web.go for brevity.

Anyway, you don't wanna run this.

About

code that once powered flowi.es

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.1%
  • Python 41.5%
  • Go 4.4%