{"id":19473252,"url":"https://github.com/ajibs/stock-master","last_synced_at":"2026-04-14T05:33:33.358Z","repository":{"id":70001474,"uuid":"109691253","full_name":"ajibs/stock-master","owner":"ajibs","description":"Stay updated with the stock trends of companies you and friends care about.","archived":false,"fork":false,"pushed_at":"2018-01-02T08:50:24.000Z","size":346,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T15:35:07.561Z","etag":null,"topics":["babel","freecodecamp","nodejs","pug","socket-io","stock-market","stock-trends","webpack"],"latest_commit_sha":null,"homepage":"https://the-stock-master.herokuapp.com/","language":"JavaScript","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/ajibs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-06T12:16:55.000Z","updated_at":"2018-01-02T09:30:45.000Z","dependencies_parsed_at":"2023-02-22T17:15:53.964Z","dependency_job_id":null,"html_url":"https://github.com/ajibs/stock-master","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ajibs/stock-master","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajibs%2Fstock-master","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajibs%2Fstock-master/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajibs%2Fstock-master/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajibs%2Fstock-master/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajibs","download_url":"https://codeload.github.com/ajibs/stock-master/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajibs%2Fstock-master/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31784253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["babel","freecodecamp","nodejs","pug","socket-io","stock-market","stock-trends","webpack"],"created_at":"2024-11-10T19:17:52.096Z","updated_at":"2026-04-14T05:33:33.350Z","avatar_url":"https://github.com/ajibs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stock Master\n\nStay updated with the stock trends of companies you and friends care about.\n\nStock Master is a [FreeCodeCamp](https://www.freecodecamp.org/) Project.\n\n\n## Feature List\n* View graph displaying the recent trend lines for each added stock.\n* User can add new stocks by their symbol name.\n* User can remove stocks.\n* See changes in real-time when any other user adds or removes a stock.\n\n\n## Getting Started\nStock Master is hosted on Heroku and can be accessed here:\n- [Production](https://the-stock-master.herokuapp.com/)\n\n\n## Prerequisites\n These are what you need installed on your computer to use the application:\n\n - Web Browser (Chrome, or Mozilla, or Safari, or Opera, or Microsoft Edge )\n\n #### For Developers:\n - [Git](https://git-scm.com/)\n - [Node.js](https://nodejs.org/en/download/)\n - [MongoDb](https://www.mongodb.com/download-center#community)\n - [Yarn](https://yarnpkg.com/en/docs/install)\n\n## Setup\n#### Local Copy\nTo create a local copy, run the following in your terminal:\n```bash\ngit clone https://github.com/ajibs/stock-master.git\n```\nThen change into the local directory, run the following in your terminal:\n```bash\ncd stock-master\n```\n\n#### Install Node.js and Yarn\nIf you don't have Node.js installed, please go ahead and grab it [here](https://nodejs.org/). This project uses ES6+ features and requires Node version `\u003e= 7.6.0` and `\u003c=8.9.1`\n\nYarn is a package manager for Node.js and can be installed from [here](https://yarnpkg.com/en/docs/install).\n\nTo confirm that you have Node.js installed, run the following in your terminal:\n```bash\nnode -v\n```\nYou should get something like `v8.9.1`.\n\nTo confirm that you have Yarn installed, run the following in your terminal:\n```bash\nyarn -v\n```\nYou should get something like `1.3.2`.\n\n#### Setup Database and .env file\nYou can setup a database on [mlab](https://mlab.com/). You should also create a `.env` file using `.env.sample` as a prototype.\n\n#### Install Node.js Modules\nTo install all dependencies, run the following in your terminal:\n```bash\nyarn\n```\n\n## Development\nTo kickstart the application, run the following in your terminal:\n```bash\nnpm start\n```\n\nTo continue full-stack development on this project, run the following in your terminal:\n```bash\nnpm run dev\n```\n\n\n## Built With\n\n- [Git](https://git-scm.com/) - Version Control\n- [Node.js](https://nodejs.org/) - JS Runtime Environment\n- [Yarn](https://yarnpkg.com) - Package Manager\n- [Express](https://expressjs.com/en/starter/installing.html) - Web Framework\n- [Pug](https://pugjs.org/api/getting-started.html) - Templating Engine\n- [Webpack](https://webpack.js.org/) - Build Tool\n- [Babel](https://babeljs.io/) - Transpiler\n- [mLab](https://mlab.com/) - Database\n- [Heroku](https://heroku.com) - Hosting and Continuous Deployment\n- [VS Code](https://code.visualstudio.com/) - Code Editor\n- [Chrome](https://www.google.com/chrome/browser/desktop/index.html) - Browser\n\n\n## Contributing\n\nContributions are welcome\n\n\n## Author\n\n* [Bolu Ajibawo](https://github.com/ajibs)\n\n\n## License\n\n[MIT](https://github.com/ajibs/stock-master/blob/master/LICENSE)\n\n\n## Acknowledgments\n* [Vadym Yatsyuk](https://github.com/VadimDez/watchstocks)\n* [FreeCodeCamp](https://www.freecodecamp.org/)\n* [Chingu](https://chingu-cohorts.github.io/chingu-directory/)\n* Red Pandas\n* Developer Community\n* Family and Friends\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajibs%2Fstock-master","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajibs%2Fstock-master","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajibs%2Fstock-master/lists"}