1
0
Fork 0
mirror of https://github.com/clee/p90xcalgen synced 2026-06-29 18:24:50 +00:00
No description
  • JavaScript 98.1%
  • CSS 1.1%
  • HTML 0.4%
  • Pug 0.2%
  • Shell 0.1%
  • Other 0.1%
Find a file
2022-08-24 14:42:20 -06:00
lib Add P90X3 (Classic, Lean, Doubles, Mass) 2016-03-03 19:58:39 -07:00
public Remove old unused libraries 2016-04-07 13:54:46 -06:00
views Update deps to fix security issues 2019-10-15 15:14:35 -06:00
.gitignore Add a gitignore file 2011-12-14 13:46:18 -08:00
.rvmrc Add a gitignore file 2011-12-14 13:46:18 -08:00
app.js Update deps to fix security issues 2019-10-15 15:14:35 -06:00
package-lock.json Update deps 2022-08-24 14:42:20 -06:00
package.json Update deps 2022-08-24 14:42:20 -06:00
Procfile Heroku additions 2011-08-19 11:46:52 -07:00
README.mkdn Update README with instructions 2016-04-07 14:05:48 -06:00

# P90X/Insanity Calendar Generator

This is a really simple nodejs/Express webapp to generate iCalendar files to help you keep track of your P90X/P90X2/P90X3/Insanity workout schedule.

# Running
Install `forego` like so:

## On OS X using Homebrew

    brew install forego

## On Linux

	go get -u github.com/ddollar/forego

Then just run:

    forego start

And it should automatically run! This code can also be pushed to Heroku or a Heroku-buildpack-compatible service like your own Dokku server.