Skip to content

Map showing live tweets, facebook comments, and other comments published by users

License

Notifications You must be signed in to change notification settings

fabien88/social-feed-live-map

Repository files navigation

SocialFeed-Live-Map

Une carte affichant les supporters de la course de Brian pour son défi de malade.
La carte est reliée à une table firebase connectée en temps réel sur les tweets ayant le hashtag #DefiDeMalade, les commentaires de la page Facebook Défi Respire, et tous les commentaires déposés directement par les utilisateurs sur le site internet http://defi-respire.fr

Démo consultable ici http://tweetmap-9c788.firebaseapp.com et là http://defi-respire.fr.

Getting Started

Compile and launch your app by running:

$ yarn start                    # Compiles the app and opens it in a browser with "live reload"

You can also test your app in release (production) mode by running yarn start -- --release or with HMR and React Hot Loader disabled by running yarn start -- --no-hmr. The app should become available at http://localhost:3000/.

How to Test

The unit tests are powered by chai and mocha.

$ yarn lint                     # Check JavaScript and CSS code for potential issues
$ yarn test                     # Run unit tests. Or, `yarn run test:watch`

How to Deploy

Update publish script in the tools/publish.js file with your full Firebase project name as found in your Firebase console. Note that this may have an additional identifier suffix than the shorter name you've provided. Then run:

$ yarn deploy                  # Builds and deployes the app to Firebase

The first time you publish, you will be prompted to authenticate with Google and generate an authentication token in order for the publish script to continue.

If you need to build the project without publishing it, simply run:

$ yarn build                    # Compiles the app into the /public/dist folder

How to Contribute

Anyone and everyone is welcome to contribute to this project. The best way to start is by checking our open issues, submit a new issues or feature request, participate in discussions, upvote or downvote the issues you like or dislike, send pull requests.

License

Ce projet est basé sur le boiler plate react-static-boilerplate

Copyright © 2015-present Kriasoft, LLC. This source code is licensed under the MIT license found in the LICENSE.txt file.

About

Map showing live tweets, facebook comments, and other comments published by users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published