chore(meta): Move challenge meta to challenges root
This commit is contained in:
committed by
mrugesh mohapatra
parent
aa668ca30e
commit
ee9f6b2d72
@ -1,54 +0,0 @@
|
||||
{
|
||||
"name": "JSON APIs and AJAX",
|
||||
"dashedName": "json-apis-and-ajax",
|
||||
"order": 2,
|
||||
"time": "2 hours",
|
||||
"template": "",
|
||||
"required": [
|
||||
{
|
||||
"link": "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css"
|
||||
}
|
||||
],
|
||||
"superBlock": "data-visualization",
|
||||
"superOrder": 4,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"587d7fad367417b2b2512be1",
|
||||
"Handle Click Events with JavaScript using the onclick property"
|
||||
],
|
||||
[
|
||||
"587d7fad367417b2b2512be2",
|
||||
"Change Text with click Events"
|
||||
],
|
||||
[
|
||||
"587d7fae367417b2b2512be3",
|
||||
"Get JSON with the JavaScript XMLHttpRequest Method"
|
||||
],
|
||||
[
|
||||
"587d7fae367417b2b2512be4",
|
||||
"Access the JSON Data from an API"
|
||||
],
|
||||
[
|
||||
"587d7fae367417b2b2512be5",
|
||||
"Convert JSON Data to HTML"
|
||||
],
|
||||
[
|
||||
"587d7fae367417b2b2512be6",
|
||||
"Render Images from Data Sources"
|
||||
],
|
||||
[
|
||||
"587d7fae367417b2b2512be7",
|
||||
"Pre-filter JSON to Get the Data You Need"
|
||||
],
|
||||
[
|
||||
"587d7faf367417b2b2512be8",
|
||||
"Get Geolocation Data to Find A User's GPS Coordinates"
|
||||
],
|
||||
[
|
||||
"587d7faf367417b2b2512be9",
|
||||
"Post Data with the JavaScript XMLHttpRequest Method"
|
||||
]
|
||||
],
|
||||
"helpRoom": "Help",
|
||||
"fileName": "04-data-visualization/json-apis-and-ajax.json"
|
||||
}
|
Reference in New Issue
Block a user