Skip to content

Leveraging Kijiji appartment ads with map and data on nearby places (Walking score-like)

License

Notifications You must be signed in to change notification settings

francois-roseberry/proxicity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxicity

Built with Grunt

Calculator of service proximity for homes

Server is in nodejs, client is in javascript

Starting development, final objective is to display homes on a map, ranked by their proximity score

Your google maps API key needs to be placed in a file called google_maps_api.key.json in the server/ directory with this content :

{
  "key": "YOUR_API_KEY"
}

Can be launched by running run.sh

Setup

Nodejs will need to be installed

Grunt and Bower will need to be installed globally npm install -g grunt && npm install -g bower

Other dependencies will need to be installed. For this go in the server directory and do npm install, then go in the client directory and do npm install && bower install

In that same directory, it should now be possible to do npm run packageto build the client. Do npm run backgroundto launch the development server. This last command is blocking. In another terminal, do npm run checkto run the client tests.

In the server directory, run the server tests with npm test. Don't forget to start the server first.

About

Leveraging Kijiji appartment ads with map and data on nearby places (Walking score-like)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages