{"id":17573038,"url":"https://github.com/ajibs/hotspots","last_synced_at":"2026-04-12T15:03:50.479Z","repository":{"id":70001454,"uuid":"106713768","full_name":"ajibs/hotspots","owner":"ajibs","description":"Discover the best night clubs around you or in any location in the world and RSVP ahead of time.","archived":false,"fork":false,"pushed_at":"2018-01-02T08:36:58.000Z","size":362,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T16:16:03.844Z","etag":null,"topics":["babel","expressjs","google-api","mongodb","nodejs","pugjs","typeahead","webpack3"],"latest_commit_sha":null,"homepage":"https://hotspots-tonight.herokuapp.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","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.md","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-10-12T15:49:52.000Z","updated_at":"2018-04-02T18:47:45.000Z","dependencies_parsed_at":"2023-02-22T10:30:25.751Z","dependency_job_id":null,"html_url":"https://github.com/ajibs/hotspots","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajibs%2Fhotspots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajibs%2Fhotspots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajibs%2Fhotspots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajibs%2Fhotspots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajibs","download_url":"https://codeload.github.com/ajibs/hotspots/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246201158,"owners_count":20739708,"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","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","expressjs","google-api","mongodb","nodejs","pugjs","typeahead","webpack3"],"created_at":"2024-10-21T20:04:16.749Z","updated_at":"2026-04-12T15:03:45.434Z","avatar_url":"https://github.com/ajibs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hotspots\n\nDiscover the best night clubs around you or in any location in the world and RSVP ahead of time.\n\nHotspots is a [FreeCodeCamp](https://www.freecodecamp.org/) Project.\n\n\n## Feature List\n* View night clubs in your location.\n* View night clubs in any city in the world.\n* Authenticated user can indicate as going to a night club.\n* Authenticated user can remove from going to a night club.\n* Google typeAhead.\n* On Login automatically search for night clubs close to a user's location.\n* Signup, Login and Logout of the app with Facebook, Google, Twitter or Local Login.\n* Connect all social media accounts to one single login account.\n\n\n## Getting Started\nHotspots is hosted on Heroku and can be accessed here:\n- [Production](https://hotspots-tonight.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\n## Setup\n#### Local Copy\nTo create a local copy, run the following in your terminal:\n```bash\ngit clone https://github.com/ajibs/hotspots.git\n```\nThen change into the local directory, run the following in your terminal:\n```bash\ncd hotspots\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/hotspots/LICENSE.md)\n\n\n## Acknowledgments\n* [Jordan Sobovitch](https://github.com/JordanSobovitch/nightlife-app)\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%2Fhotspots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajibs%2Fhotspots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajibs%2Fhotspots/lists"}