Skip to content

ababol/react-meerkat-map

 
 

Repository files navigation

Build Status Dependencies

react-meerkat-map

A realtime world map of Meerkat streams.

This project is a fork of geoshare.

geoshare is a modern, isomorphic javascript application. The frontend is built with React and alt (a flux implementation). The backend uses Redis for storing location data, and socket.io for real-time bidirectional communication with clients. The project uses webpack for bundling modules and webpack-dev-server for hot reloading during development. geoshare is forward thinking, using iojs and the ES6 spec where possible.

Config

There is default configuration to simplify development. The config file is located at config/default.json5. For local configuration, create config/local.json5 and that file's configuration will take precedence over config/default.json5. The local file will not be tracked by git.

Development

geoshare has a dev environment and any contributions are welcome! The dev environment uses two webservers, the webpack dev server (hot reloading) and the dev app.

npm run dev-server
npm run dev

Production

npm run build
npm run prod

Tests

npm run test

License

MIT

About

A realtime world map of Meerkat streams.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.2%
  • CSS 13.9%
  • HTML 0.9%