An open API service indexing awesome lists of open source software.

https://github.com/zardoy/release-testing

-
https://github.com/zardoy/release-testing

Last synced: 3 months ago
JSON representation

-

Awesome Lists containing this project

README

          

# Testing Release

v0.0.1

```geojson
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": 1,
"properties": {
"ID": 0
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-90,35],
[-90,30],
[-85,30],
[-85,35],
[-90,35]
]
]
}
}
]
}
```