Website for Microformats Go parser (based on pin13.net by @aaronpk). https://go.microformats.io
Heroku wrapper for the Go microformats demo app.
This is a standalone wrapper around the gomfweb
tool for easy deployment to Heroku.
Made by @willnorris. https://willnorris.com/go/gomfweb
All commits to the master
branch get auto-deployed to the live website (running on Heroku).
- Go 1.8.7
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
- Will Norris / @willnorris
- Fork it
- Get it running (see Installation above)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
If you find bugs, have feature requests or questions, please file an issue.
Microformats Go Parser Website is licensed using the MIT license.
For more, see LICENSE.