Skip to content

Instantly share code, notes, and snippets.

View rapier83's full-sized avatar

Junmo Kang rapier83

View GitHub Profile
<link href="../ace-element/ace-element.html" rel="import">
<link href="../chart-js/chart-js.html" rel="import">
<link href="../google-map/google-map.html" rel="import">
<link href="../code-mirror/code-mirror.html" rel="import">
<link href="../cool-clock/cool-clock.html" rel="import">
<polymer-element name="my-element">
<template>
<style>
import sys
import json
import urllib.request
from bs4 import BeautifulSoup
from jinja2 import Template
# TODO: Remove '\xa0' character
def clean_text(text):