Define your App
How to use App Specs to define your app to the platform before writing the business logic
Create your App Spec
{
"name": "The Big Question",
"id": "thebigquestion",
"version": "1.2.3",
"base_apps_url": "http://yourhosting.com/apps",
"listings": { "past": 1, "future": 2 },
"embed_url": "/app.html",
"dash_image": "/config/mic/app-dash.png",
"fields": "/config/mic/fields.json",
"elements": "/config/mic/elements.json",
"project_settings": "/config/mic/project_settings.json",
"event_settings": "/config/mic/event_settings.json",
"services": {
"leaderboard": {
"max_score": 500000
},
"submissions": {}
},
"schedule": true,
"analytics": false,
"live_activity": false,
"localisation": true
}Create an empty App Spec

Add Project Settings into the App Spec
Add a Poll Element into the App Spec
Deploy your App Spec to a public URL
Last updated

