This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RR AMR UI | |
| 1-Build System | |
| webpack - local dev | |
| docker - production build | |
| nginx server | |
| env shell script | |
| runtime env variables | |
| 2-Screens or pages | |
| _app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| license: mit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from bs4 import BeautifulSoup | |
| from lxml import html | |
| from urllib2 import urlopen, Request, HTTPError, URLError | |
| import urllib2 | |
| import urllib | |
| import urlparse | |
| import json | |
| import os | |
| __author__ = 'arul' |