Skip to content

tsamaya/turf-server-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turf-server-example

Deploy

Demonstrates using Turfjs in a nodejs expressjs server. Visiting the page will measure your bandwidth, add it to a map, and show a TIN of other people's network speeds.

See index.js for the server code and public/index.js for the client-facing code that works with browserify.

Usage

With Heroku, just click the Deploy button above.

Otherwise:

$ git clone https://github.com/mapbox/turf-server-example.git
$ cd turf-server-example
$ npm install
$ npm start

About

an example of using turf on a server with node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.6%
  • HTML 18.4%