Skip to content

mvccdev/geo-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geo JSON

A collection of geographical data in JSON format for GET requests.

Documentation

Example

It's not recommended to do this from the main branch. Please use a release.

fetch("https://raw.githubusercontent.com/mvccdev/geo-json/main/api/{NAME}.json")
	.then((resp) => {
		resp.json().then((data) => {
			//
			// Iterate through the array here.
			//
		}
	});
});

Skill Prerequisites

A basic understanding of the following skills are necessary to use this project.

Tool Dependencies

Install the following tools to use this project in your local development environment.

Installing

Follow these steps to install this project.

git clone https://github.com/geo-data/geo-json.git
cd geo-data
npm install
npm run watch

Building

Use the following CL commands to test or compile this project:

Name Description
npm run watch Test the project in a local development server
npm run build Build the project

Contributing

Pull requests are encouraged and welcome.

Thanks

Most information has been gathered from the following:

License

MIT

About

A collection of geographical data in JSON format for GET requests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors