Skip to content

Commit

Permalink
Merge pull request #2 from ntkog/feature/refactor
Browse files Browse the repository at this point in the history
Feature/refactor
  • Loading branch information
ntkog authored May 21, 2019
2 parents 2dcd814 + 5848157 commit 153cb76
Show file tree
Hide file tree
Showing 9 changed files with 6,952 additions and 67,364 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
config.json
config/twitter_credentials.json
node_modules/
tweets.csv
data/unlocated.js
Expand Down
37 changes: 37 additions & 0 deletions config/elections.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"words" : {
"pp": [
"PP",
"pablocasado_",
"Casado",
"ppopular"
],
"psoe": [
"PSOE",
"sanchezcastejon",
"Sanchez"
],
"podemos": [
"Podemos",
"pablo_iglesias_",
"ahorapodemos"
],
"ciudadanos": [
"Ciudadanos",
"Albert_Rivera",
"Rivera",
"ciudadanoscs"
],
"vox": [
"VOX",
"santi_abascal",
"Abascal",
"vox_es"
]
},
"ws" : {
"host" : "localhost",
"port" : 8888,
"protocol" : "ws"
}
}
Loading

0 comments on commit 153cb76

Please sign in to comment.