add initial downloads.json file

This commit is contained in:
Justin Cooper 2018-11-08 16:26:15 -06:00
parent 7d00e60867
commit 514490e75d
2 changed files with 78 additions and 1 deletions

1
.gitignore vendored
View file

@ -3,4 +3,3 @@ _site
.jekyll-metadata
.DS_Store
_drafts/
downloads.json

78
_data/downloads.json Normal file
View file

@ -0,0 +1,78 @@
{
"data": [{
"type": "boards",
"id": "Arduino Zero",
"attributes": {
"version": "4.0.0 Alpha 1",
"manufacturer": "Arduino",
"downloads": "5324",
"board_url": "https://www.arduino.cc",
"board_image": "https://cdn-shop.adafruit.com/970x728/2488-19.jpg",
"description": "Arduino Zero is a board.",
"files": {
"en": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-en_US-4.0.0-alpha.1.bin",
"de": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-de_DE-4.0.0-alpha.1.bin",
"es": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-es-4.0.0-alpha.1.bin",
"fil": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-fil-4.0.0-alpha.1.bin",
"fr": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-fr-4.0.0-alpha.1.bin"
}
}
},
{
"type": "boards",
"id": "Circuit Playground Express",
"attributes": {
"version": "4.0.0 Alpha 1",
"manufacturer": "Adafruit",
"downloads": "213",
"board_url": "https://www.adafruit.com",
"board_image": "https://cdn-shop.adafruit.com/970x728/3333-03.jpg",
"description": "Circuit Playground Express is a board.",
"files": {
"en": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-de_DE-4.0.0-alpha.1.uf2",
"de": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-de_DE-4.0.0-alpha.1.uf2",
"es": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-es-4.0.0-alpha.1.uf2",
"fil": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-fil-4.0.0-alpha.1.uf2",
"fr": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-fr-4.0.0-alpha.1.uf2"
}
}
},
{
"type": "boards",
"id": "Arduino Zero",
"attributes": {
"version": "4.0.0 Alpha 1",
"manufacturer": "Arduino",
"downloads": "5324",
"board_url": "https://www.arduino.cc",
"board_image": "https://cdn-shop.adafruit.com/970x728/2488-19.jpg",
"description": "Arduino Zero is a board.",
"files": {
"en": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-en_US-4.0.0-alpha.1.bin",
"de": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-de_DE-4.0.0-alpha.1.bin",
"es": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-es-4.0.0-alpha.1.bin",
"fil": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-fil-4.0.0-alpha.1.bin",
"fr": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-fr-4.0.0-alpha.1.bin"
}
}
},
{
"type": "boards",
"id": "Circuit Playground Express",
"attributes": {
"version": "4.0.0 Alpha 1",
"manufacturer": "Adafruit",
"downloads": "213",
"board_url": "https://www.adafruit.com",
"board_image": "https://cdn-shop.adafruit.com/970x728/3333-03.jpg",
"description": "Circuit Playground Express is a board.",
"files": {
"en": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-de_DE-4.0.0-alpha.1.uf2",
"de": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-de_DE-4.0.0-alpha.1.uf2",
"es": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-es-4.0.0-alpha.1.uf2",
"fil": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-fil-4.0.0-alpha.1.uf2",
"fr": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-fr-4.0.0-alpha.1.uf2"
}
}
}]
}