pierrechls / tweetscape

A WebVR experience displaying tweets in real-time along a 3D timeline

Home Page:https://pierrechls.github.io/tweetscape/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

T W E E T S C A P E

A WebVR experience displaying tweets in real-time along a 3D timeline

πŸš€ How to use it

Clone the repo

$ git clone https://github.com/pierrechls/tweetscape

Connect your Twitter API

  • Duplicate the .env.example file and rename it to .env
  • Get your application settings from the Twitter Application Management
  • Remplace the default values into your .env file by your Twitter Application values
  • Keep NODE_ENV value to production from your Heroku application to deploy the API

Install dependencies

$ npm install

Serve the client port

$ npm run dev

Serve the API port

$ npm run server

Build for production

$ npm run build

Lint your code

$ npm run lint

Deploy your build

$ npm run deploy

Set API production URL from the default.json file into settings folder.

πŸ›  Prior installation

You have to download Node.js

πŸŽ‰ Credits

Project developed by Pierre Charles, Jules Tantot and Victor Viale, 3 students of IMAC Engineering school.

About

A WebVR experience displaying tweets in real-time along a 3D timeline

https://pierrechls.github.io/tweetscape/


Languages

Language:Vue 50.2%Language:JavaScript 47.1%Language:HTML 2.5%Language:Shell 0.2%