a proxy for Norfolk Public Art collection hosted by the City of Norfolk and parses the feed from xml to json and enables CORS
- [Downtown] (http://wwwnorfolkva.gov/cultural_affairs/public_art_downtown.xml)
- [Botanical Gardens] (http://www.norfolkva.gov/cultural_affairs/public_art_botanical_garden.xml)
Dependencies
- Node
- Mongo
git clone [email protected]/<YOURUSER>/proxy-art
npm install
npm start
# Navigate to http://localhost:5555
mongoimport --collection exhibits --file data/exhibits.json --jsonArray
[Apache 2.0] (https://www.apache.org/licenses/LICENSE-2.0)