{"id":14955823,"url":"https://github.com/mohnish/money","last_synced_at":"2025-09-14T07:31:28.408Z","repository":{"id":15685427,"uuid":"18423117","full_name":"mohnish/money","owner":"mohnish","description":"Money - let's you manage your money and visualize where your money goes. Built using Ruby 2.3.0, Rails 4.2.5, Backbone and Bootstrap","archived":true,"fork":false,"pushed_at":"2022-12-14T03:15:42.000Z","size":22895,"stargazers_count":47,"open_issues_count":12,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-04T07:42:16.923Z","etag":null,"topics":["backbone","bootstrap","money","ruby","rubyonrails","side-project"],"latest_commit_sha":null,"homepage":"https://limitless-brushlands-3869.herokuapp.com/signup","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mohnish.png","metadata":{"files":{"readme":"README.md","changelog":"History.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-04T00:51:39.000Z","updated_at":"2025-01-07T06:01:45.000Z","dependencies_parsed_at":"2022-07-12T15:14:02.672Z","dependency_job_id":null,"html_url":"https://github.com/mohnish/money","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/mohnish/money","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohnish%2Fmoney","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohnish%2Fmoney/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohnish%2Fmoney/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohnish%2Fmoney/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohnish","download_url":"https://codeload.github.com/mohnish/money/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohnish%2Fmoney/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275076531,"owners_count":25401314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backbone","bootstrap","money","ruby","rubyonrails","side-project"],"created_at":"2024-09-24T13:11:51.874Z","updated_at":"2025-09-14T07:31:28.019Z","avatar_url":"https://github.com/mohnish.png","language":"Ruby","readme":"# Money\n\n[![Build Status](https://travis-ci.org/mohnish/money.svg?branch=master)](https://travis-ci.org/mohnish/money) [![Code Climate](https://codeclimate.com/github/mohnish/money/badges/gpa.svg)](https://codeclimate.com/github/mohnish/money)\n\u003e Money (beta) is an app to manage your bills and payments. It helps you reach your financial goals by showing you where you have been spending the most and where you can save.\n\nIntroduction blog post [https://mt.cx/money](https://mt.cx/money)\n\n## Features\n\n- Add bills (recurring ones and one time)\n- Reports. Neat graphs showing where your money went\n- Get reminders about bills [WIP]\n\n## Development\n\nBefore you continue, make sure you have the correct version of\nRuby installed on your machine. For Ruby installation information,\nplease refer to the `docs/installing_ruby.md` file.\n\nfrom the application root, run the following commands\n- `bin/setup` - sets up the app\n- `bin/rspec` - run tests\n- `bin/rake jasmine:ci` - runs js tests\n\n## Running the app\n\nfrom the application root, run\n- `bin/rails s`\n\nThis will start the server @ [http://localhost:3000/](http://localhost:3000/)\n\nIf you had run the `bin/setup` earlier, you'll have access to\nseed data and you can use username: `bond` and password: `test1234`\nto login to the app.\n\n## Deploying\n\n[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)\n\n## API\n\nAPI docs [TODO]\n\n## Technologies Used\n\n- Rails 4.2.5\n- Ruby 2.3.0\n- Backbone 1.2.3\n- Bootstrap 3.3.6\n\n[\u003c/\u003e](https://github.com/mohnish/money) with [\u003c3](https://twitter.com/arrowgunz)\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2016 Mohnish Thallavajhula \u0026lt;i@mohni.sh\u0026gt;\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohnish%2Fmoney","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohnish%2Fmoney","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohnish%2Fmoney/lists"}