Skip to content

Commit

Permalink
Merge pull request #29 from BetaNYC/master
Browse files Browse the repository at this point in the history
Refactor and ZIP Codes
  • Loading branch information
noneck authored Nov 18, 2019
2 parents 6304790 + 68577ec commit 98f32df
Show file tree
Hide file tree
Showing 39 changed files with 7,055 additions and 1,877 deletions.
Binary file removed .DS_Store
Binary file not shown.
13 changes: 13 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"presets": [
[
"@babel/preset-env",
{
"modules": false,
"targets": {
"browsers": ["last 1 version", "ie >= 11"]
}
}
]
]
}
1 change: 1 addition & 0 deletions .example.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
API_KEY = carto_api_key_here
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules/

.env
.DS_Store
179 changes: 103 additions & 76 deletions README.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/bundle.js

Large diffs are not rendered by default.

369 changes: 0 additions & 369 deletions css/style.css

This file was deleted.

Loading

0 comments on commit 98f32df

Please sign in to comment.