Skip to content

Latest commit

 

History

History
75 lines (44 loc) · 1.45 KB

README.md

File metadata and controls

75 lines (44 loc) · 1.45 KB

Microformats Go Parser Website

Website for Microformats Go parser (based on pin13.net by @aaronpk). https://go.microformats.io

Heroku wrapper for the Go microformats demo app.

gomfweb

This is a standalone wrapper around the gomfweb tool for easy deployment to Heroku. Made by @willnorris. https://willnorris.com/go/gomfweb

Deployment

All commits to the master branch get auto-deployed to the live website (running on Heroku).

Requirements

  • Go 1.8.7

Installation

Clone the repo:

git clone https://github.com/indieweb/microformats-go-parser-website.git
cd microformats-go-parser-website

Install the dependencies:

TODO

Start the server:

gomfweb

Open the site in your browser:

TODO
open http://localhost:3000

Authors

Contributions

  1. Fork it
  2. Get it running (see Installation above)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

If you find bugs, have feature requests or questions, please file an issue.

License

Microformats Go Parser Website is licensed using the MIT license.

For more, see LICENSE.