{"id":22189678,"url":"https://github.com/mivladie/journeyplanner","last_synced_at":"2026-05-05T11:32:17.649Z","repository":{"id":44223025,"uuid":"220691222","full_name":"MiVladie/journeyplanner","owner":"MiVladie","description":"A Journey Planner will plan your next journey in London using entered origin \u0026 destination places.","archived":false,"fork":false,"pushed_at":"2023-03-15T08:58:53.000Z","size":31470,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T00:42:41.966Z","etag":null,"topics":["react","react-google-maps","react-places-autocomplete","sass"],"latest_commit_sha":null,"homepage":"https://mivladie.github.io/journeyplanner/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MiVladie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-09T19:15:52.000Z","updated_at":"2022-12-11T15:50:17.000Z","dependencies_parsed_at":"2023-02-15T11:46:37.840Z","dependency_job_id":null,"html_url":"https://github.com/MiVladie/journeyplanner","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/MiVladie%2Fjourneyplanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiVladie%2Fjourneyplanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiVladie%2Fjourneyplanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiVladie%2Fjourneyplanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MiVladie","download_url":"https://codeload.github.com/MiVladie/journeyplanner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245343981,"owners_count":20599867,"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":["react","react-google-maps","react-places-autocomplete","sass"],"created_at":"2024-12-02T11:19:57.251Z","updated_at":"2026-05-05T11:32:17.573Z","avatar_url":"https://github.com/MiVladie.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :cherry_blossom: About\n\nA Journey Planner will plan your next journey in London using entered origin \u0026 destination places.\n\nWebsite preview:\nhttps://mivladie.github.io/journeyplanner/\n\n# :memo: Table of Contents\n\n* [:memo: Table of Contents](#memo-table-of-contents)\n* [:rocket: Quick Start](#rocket-quick-start)\n\t* [Step 1: Installing the dependencies](#step-1-installing-the-dependencies)\n\t* [Step 2: Setting up configurations](#step-2-setting-up-configurations)\n\t* [Step 3: Launching the server](#step-3-launching-the-server)\n* [:desktop_computer: Installation](#desktop_computer-installation)\n\t* [NodeJS](#nodejs)\n* [:keyboard: Available Scripts](#keyboard-available-scripts)\n* [:green_book: Learn More](#green_book-learn-more)\n\t* [ReactJS](#reactjs)\n\t* [React Google Maps](#react-google-maps)\n    * [React Places Autocomplete](#react-places-autocomplete)\n\t* [Sass](#sass)\n\n# :rocket: Quick Start\n\n\u003e You must have installed all of the software applications in the [installation](#desktop_computer-installation) section.\n\nQuick start guide to set the server up and running.\n\n## Step 1: Installing the dependencies\n\n### Run `npm install`\n\nInstalls all of the necessary dependencies.\n\n## Step 2: Setting up configurations\n\n### Google Maps\n\n* Open `/src/config/constants.js` file;\n* Assign the API key to the `GOOGLE_MAPS_API_KEY` constant;\n* Save the file.\n\n### Transport for London\n\n* Open `/src/config/constants.js` file;\n* Assign the TLF ID \u0026 TLF KEY to the `TFL_APP_ID` \u0026 `TFL_APP_KEY` constants;\n* Save the file.\n\n## Step 3: Launching the server\n\n### Run `npm start`\n\nStarts the server in the development mode.\n\n# :desktop_computer: Installation\n\nIn order to run the server, you must have installed all of the necessary software listed below.\n\n## NodeJS\n\nNode.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.\n\n* [Download](https://nodejs.org/en/)\n\n# :keyboard: Available Scripts\n\nIn the project directory, you can run:\n\n### `npm install`\n\nInstalls all of the necessary dependencies.\n\n### `npm start`\n\nRuns the app in the development mode on port `:3000`.\n\n### `npm run build`\n\nBuilds the app for production to the `/build` folder.\n\n# :green_book: Learn More\n\nReferences to the packages used in the project.\n\n## ReactJS\n\nReact is a JavaScript library for building user interfaces.\n\n* [Getting Started](https://reactjs.org/docs/getting-started.html)\n\n## React Google Maps\n\n`react-google-maps` provides a set of React components wrapping the underlying Google Maps JavaScript API v3 instances.\n\n* [Documentation](https://tomchentw.github.io/react-google-maps/#documentation)\n\n## React Places Autocomplete\n\nA React component to build a customized UI for Google Maps Places Autocomplete\n\n* [Getting Started](https://github.com/hibiken/react-places-autocomplete#getting-started)\n\n## Sass\n\nSass is a preprocessor scripting language that is interpreted or compiled into CSS.\n\n* [Documentation](https://sass-lang.com/documentation)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmivladie%2Fjourneyplanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmivladie%2Fjourneyplanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmivladie%2Fjourneyplanner/lists"}