{"id":49672354,"url":"https://github.com/cmarker0/react-map-example","last_synced_at":"2026-05-07T00:11:56.578Z","repository":{"id":345798246,"uuid":"1187421409","full_name":"cmarker0/react-map-example","owner":"cmarker0","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-04T06:47:10.000Z","size":215,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-04T08:28:36.829Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cmarker0.github.io/react-map-example/","language":"TypeScript","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/cmarker0.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-20T17:51:44.000Z","updated_at":"2026-04-20T09:30:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cmarker0/react-map-example","commit_stats":null,"previous_names":["cmarker0/react-map-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cmarker0/react-map-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmarker0%2Freact-map-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmarker0%2Freact-map-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmarker0%2Freact-map-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmarker0%2Freact-map-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmarker0","download_url":"https://codeload.github.com/cmarker0/react-map-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmarker0%2Freact-map-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32717080,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T19:35:05.142Z","status":"ssl_error","status_checked_at":"2026-05-06T19:35:03.996Z","response_time":117,"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":[],"created_at":"2026-05-07T00:11:55.096Z","updated_at":"2026-05-07T00:11:56.571Z","avatar_url":"https://github.com/cmarker0.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!------------------------------------------------------------------------------------\u003e\n\u003c!-- REQUIRED --\u003e\n\u003c!------------------------------------------------------------------------------------\u003e\n\n# [Project Title]\n\n\u003c!-- Describe the project briefly here. --\u003e\n\u003c!-- Also, unless it's clear: specify what type of project it is; API, library, application, collection of scripts, etc --\u003e\n\nThis project was bootstrapped with the [Intility React Template](https://github.com/Intility/templates/).\n\n## Purpose\n\n\u003c!-- What does the application do and why? What problem does it solve? --\u003e\n\n## Intended consumers\n\n\u003c!--  Who is the application intended for, and who can utilize its features? --\u003e\n\n## Main technologies\n\nReact\n\n\u003c!-- What are the main languages and frameworks are used in the project --\u003e\n\n## Available at\n\n\u003c!-- If the application is live, mention where it can be 'viewed' and where it is deployed, e.g. OpenShift, Azure etc. --\u003e\n\u003c!-- For libraries, this might also include what package repository it's available at --\u003e\n\u003c!-- If the project is an API or a library, where can I find documentation for it? --\u003e\n\n\u003c!------------------------------------------------------------------------------------\u003e\n\u003c!-- OPTIONAL --\u003e\n\u003c!------------------------------------------------------------------------------------\u003e\n\n## Getting Started\n\n### First-time setup\n\n\u003c!--\nProvide step by step instructions that will allow a new contributor to get a copy of the project up and running on their local machine.\nInstallation of common development tools such as `git`, `docker` and IDEs can be covered here, but is not necessary.\n\nThe granularity and extent of these instructions will depend on the size and type of the project,\nbut may extend to things such as platform specific steps, etc.\n--\u003e\n\nClone the repository, then install dependencies with `npm install`\n\n### Running the project\n\n\u003c!-- Provide examples of how to run the project locally here, if applicable. --\u003e\n\u003c!-- If the project can be run in multiple ways (Docker, Minishift, command line, etc), --\u003e\n\u003c!-- it might be appropriate to have a section for each of them--\u003e\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\u003cbr /\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr /\u003e\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\n\n### `npm run build`\n\nBuilds the app for production to the `dist` folder.\u003cbr /\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr /\u003e\nYour app is ready to be deployed!\n\n## Deployment\n\n\u003c!-- Provide step by step instructions that explain the process of deploying the application in QA or Prod environments --\u003e\n\n\u003c!-- If the project uses a CI/CD pipeline describe the high level concepts of the pipeline strategy here. --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmarker0%2Freact-map-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmarker0%2Freact-map-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmarker0%2Freact-map-example/lists"}