###Icons
| Name | Size |
|---|---|
| iphone_2x | 120x120 |
| iphone_3x | 180x180 |
| ipad | 76x76 |
| ipad_2x | 152x152 |
| android_ldpi | 36x36 |
| android_mdpi | 48x48 |
| # METEOR CORE: | |
| Anywhere: Meteor.isClient | |
| Anywhere: Meteor.isServer | |
| Anywhere: Meteor.startup(func) | |
| Anywhere: Meteor.absoluteUrl([path], [options]) | |
| Anywhere: Meteor.settings | |
| Anywhere: Meteor.release | |
| // Assuming the following directory structure | |
| /* | |
| app/ | |
| .meteor/ | |
| client/ | |
| server/ | |
| collections/ | |
| */ | |
| // 1. Create a collection |
| #!/usr/bin/env python | |
| from bs4 import BeautifulSoup | |
| from twilio.rest import TwilioRestClient | |
| import json | |
| import os | |
| import re | |
| import requests | |
| url = 'https://postmates.com/los-angeles' |
###Icons
| Name | Size |
|---|---|
| iphone_2x | 120x120 |
| iphone_3x | 180x180 |
| ipad | 76x76 |
| ipad_2x | 152x152 |
| android_ldpi | 36x36 |
| android_mdpi | 48x48 |