adab1ts / veinapp

Map your vicinity
MIT License
3 stars 3 forks source link

Places data for geosearching #16

Closed plastikaweb closed 7 years ago

plastikaweb commented 7 years ago

We need the data from places that could appear in the app (name, address, coordenates, etc) in a JSON format in order to create the structure in firebase via a node script.

zuzust commented 7 years ago

@plastikaweb Done and delivered! Remember to include the data loader script (not the parser, just the loader) in the repo as, let's say, scripts/data-loader.ts under the root folder. And if you parsed the original data to fulfill the data model schema, don't forget to include the parsed sample data as, let's say, data/places-sample.json under the root folder as well.