-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
520 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,26 @@ | ||
# tweetscape | ||
<p align="center" style="text-align:center;"> | ||
<a href="https://github.com/pierrechls/tweetscape"><img src="https://img.shields.io/badge/version-1.1.0-green.svg?style=flat-square"></a> | ||
<a href="https://img.shields.io/badge/build-passing-green.svg?style=flat-square"><img src="https://img.shields.io/badge/build-passing-green.svg?style=flat-square"></a> | ||
<a href="http://vuejs.org/"><img src="https://img.shields.io/badge/front--end%20framework-vue.js-lightgrey.svg?style=flat-square"></a> | ||
<a href="https://aframe.io/"><img src="https://img.shields.io/badge/vr%20framework-a--frame-lightgrey.svg?style=flat-square"></a> | ||
<a href="http://standardjs.com/"><img src="https://img.shields.io/badge/code_style-standard-lightgrey.svg?style=flat-square"></a> | ||
</p> | ||
|
||
## How to use it | ||
<h1 align="center" style="text-align:center; border: 0;">T W E E T S C A P E</h1> | ||
|
||
<h6 align="center" style="text-align:center;">A WebVR experience displaying tweets along a 3D timeline</h6> | ||
|
||
<p align="center" style="text-align:center;"> | ||
<img src="http://cdn.rawgit.com/pierrechls/tweetscape/master/static/preview.gif" style="width:100%;"> | ||
</p> | ||
|
||
## 🚀 How to use it | ||
|
||
### Clone the repo | ||
|
||
```bash | ||
$ git clone [email protected]:pierrechls/tweetscape.git | ||
``` | ||
|
||
### Connect your Twitter API | ||
|
||
|
@@ -21,7 +41,6 @@ $ npm install | |
$ npm run dev | ||
``` | ||
|
||
|
||
### Serve the API port | ||
|
||
```bash | ||
|
@@ -42,12 +61,17 @@ $ npm run lint | |
|
||
### Deploy your build | ||
|
||
Before, you have to build for production. | ||
|
||
```bash | ||
$ npm run deploy | ||
``` | ||
|
||
## Prior installation | ||
Set API production URL from the `default.json` file into `settings` folder. | ||
|
||
## 🛠 Prior installation | ||
|
||
You have to download [Node.js](https://nodejs.org/en/download/) | ||
|
||
|
||
## 🎉 Credits | ||
|
||
Project developed by [Pierre Charles](https://github.com/pierrechls/), [Jules Tantot](https://github.com/lujlujluj) and [Victor Viale](https://github.com/Koroeskohr), 3 students of [IMAC](http://www.ingenieur-imac.fr/) Engineering school. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.