Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gdiggs/todayiworkedoutfor
A simple sinatra app to keep track of personal fitness progress
https://github.com/gdiggs/todayiworkedoutfor
Last synced: 7 days ago
JSON representation
A simple sinatra app to keep track of personal fitness progress
- Host: GitHub
- URL: https://github.com/gdiggs/todayiworkedoutfor
- Owner: gdiggs
- Created: 2011-02-15T04:17:19.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T02:07:19.000Z (about 9 years ago)
- Last Synced: 2024-12-11T17:21:48.706Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Today, I worked out for...
##Keep track of your fitness progress###Installation notes
* Before you run for the first time, make sure to `touch today.db`. The migration will be run automatically.
###License
Today, I worked out for... is released under the [MIT License](http://www.opensource.org/licenses/mit-license.php)Copyright (c) 2011 Gordon Diggs
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.