byteclubfr / data

JSON files that may be used during training sessions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data

JSON files that may be used during training sessions.

astro.json

Data mainly extracted from: https://en.wikipedia.org/wiki/List_of_Solar_System_objects_by_size, using csvtojson

Other great resource (in French): http://www.le-systeme-solaire.net

sample

{
  "name": "Uranus",
  "radius": 25362,
  "volume": 68340,
  "mass": 86832,
  "density": 1.27,
  "gravity": 8.87,
  "distance": 2871,
  "satellitesCount": 27,
  "hasRings": true,
  "discoveredAt": [1781, 3, 13],
  "type": "ice giant"
}

pizza.json

Data mainly extracted from https://en.wikipedia.org/wiki/List_of_pizza_varieties_by_country

sample

{
  "name": "Quattro Stagioni",
  "toppings": [
    "tomato sauce",
    "mozzarella",
    "mushrooms",
    "ham",
    "eggs",
    "artichoke",
    "black olives",
    "peas",
    "salami"
  ]
}

About

JSON files that may be used during training sessions.