A collection of geographical data in JSON format for GET requests.
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.
//
}
});
});
A basic understanding of the following skills are necessary to use this project.
Install the following tools to use this project in your local development environment.
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
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 |
Pull requests are encouraged and welcome.
Most information has been gathered from the following:
MIT