/pepeweb

A web that gives you random 🐸pepes🐸! Fully serverless implementation with gcloud stack ☁️ (appengine & datastore & cloud functions)

Primary LanguagePythonMIT LicenseMIT

Pepeweb

A web that gives you random pepes! Visit http://www.pepeweb.org/

A web app using appengine for web deployment and Google Cloud datastore as the schemaless database for pepes.

Development setup

Fully serverless implementation with appengine on gcloud. The web retrieves pepes tagged as approved from a g-datastore instance. Submitting pepes from the web interface is allowed and will be stored waiting for approval to appear on the web.

TODOs

  • Improve html/css on the web to make it look nicer
  • Support mobile devices
  • Allow users to downlod the entire database

Release History

  • 0.0.1
    • First release

Meta

Distributed under the MIT license. See LICENSE for more information.

https://github.com/jiwidi/pepeweb

Contributing

  1. Fork it (https://github.com/jiwidi/pepeweb/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request