Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizabeth Martín Campos authored Oct 26, 2018
2 parents 0b0faf6 + 9ecd46d commit 8647411
Show file tree
Hide file tree
Showing 27 changed files with 3,469 additions and 1,417 deletions.
30 changes: 30 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"env": {
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2017,
"sourceType": "module"
},
"rules": {
"indent": [
"error",
"tab"
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"never"
],
"no-console": "off"
}
}
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ jspm_packages

# Databases
databases/*.json

# Env config
env.yml

# SSL certificates
ssl/*.pem

.gitsecret/keys/random_seed
Empty file added .gitsecret/keys/mapping.cfg
Empty file.
Binary file added .gitsecret/keys/pubring.kbx
Binary file not shown.
Binary file added .gitsecret/keys/pubring.kbx~
Binary file not shown.
Binary file added .gitsecret/keys/trustdb.gpg
Binary file not shown.
3 changes: 3 additions & 0 deletions .gitsecret/paths/mapping.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ssl/cert.pem:
ssl/key.pem:
env.yml
14 changes: 0 additions & 14 deletions .vscode/launch.json

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Find near places in Madrid simply with NearBot, a bot that lets you to ask for a
* BiciMAD stations (public bike renting)
* Drinking fountains
* Public bathrooms
* Public wifi hotspots

In the future, we will add some new categories, like ATMs, public Wi-Fi acces points, vegan food restaurants, and many other that would be handy to find quickly.
In the future, we will add some new categories, like ATMs, vegan food restaurants, fast food restaurants, and many other that would be handy to find quickly.

## Built and ran with
* __Node.js v8.10__ - Runtime
Expand All @@ -22,7 +23,6 @@ In the future, we will add some new categories, like ATMs, public Wi-Fi acces po

## Dependencies
* [aws-sdk](https://www.npmjs.com/package/aws-sdk) - For connecting to DynamoDB databases.
* [dynamodb-geo](https://www.npmjs.com/package/dynamodb-geo) - For making geospatial queries.
* [botgram](https://www.npmjs.com/package/botgram) - Telegram bot framework.

## Authors
Expand Down
76 changes: 0 additions & 76 deletions databases/dbupload.aseos.js

This file was deleted.

76 changes: 0 additions & 76 deletions databases/dbupload.bici.js

This file was deleted.

77 changes: 0 additions & 77 deletions databases/dbupload.fuente.js

This file was deleted.

Loading

0 comments on commit 8647411

Please sign in to comment.