Skip to content

microformats/microformats-parser-website-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.