{"id":14483761,"url":"https://github.com/pierrechls/tweetscape","last_synced_at":"2025-08-30T04:32:02.632Z","repository":{"id":39898009,"uuid":"71460259","full_name":"pierrechls/tweetscape","owner":"pierrechls","description":"A WebVR experience displaying tweets in real-time along a 3D timeline","archived":false,"fork":false,"pushed_at":"2017-06-03T23:32:56.000Z","size":83946,"stargazers_count":139,"open_issues_count":0,"forks_count":10,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-12-27T05:30:34.935Z","etag":null,"topics":["3d","a-frame","experience","interactive","threejs","timeline","tweet","twitter","vuejs","webvr"],"latest_commit_sha":null,"homepage":"https://pierrechls.github.io/tweetscape/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pierrechls.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-20T12:22:11.000Z","updated_at":"2024-04-02T17:42:53.000Z","dependencies_parsed_at":"2022-09-12T00:01:01.477Z","dependency_job_id":null,"html_url":"https://github.com/pierrechls/tweetscape","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/pierrechls/tweetscape","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierrechls%2Ftweetscape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierrechls%2Ftweetscape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierrechls%2Ftweetscape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierrechls%2Ftweetscape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pierrechls","download_url":"https://codeload.github.com/pierrechls/tweetscape/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierrechls%2Ftweetscape/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272805350,"owners_count":24995909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d","a-frame","experience","interactive","threejs","timeline","tweet","twitter","vuejs","webvr"],"created_at":"2024-09-03T00:02:05.977Z","updated_at":"2025-08-30T04:32:01.904Z","avatar_url":"https://github.com/pierrechls.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"\u003cp align=\"center\" style=\"text-align:center;\"\u003e\n  \u003ca href=\"https://github.com/pierrechls/tweetscape\"\u003e\u003cimg src=\"https://img.shields.io/badge/version-1.1.1-green.svg?style=flat-square\"\u003e\u003c/a\u003e \u003ca href=\"http://vuejs.org/\"\u003e\u003cimg src=\"https://img.shields.io/badge/front--end%20framework-vue.js-lightgrey.svg?style=flat-square\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://aframe.io/\"\u003e\u003cimg src=\"https://img.shields.io/badge/vr%20framework-a--frame-lightgrey.svg?style=flat-square\"\u003e\u003c/a\u003e\n  \u003ca href=\"http://standardjs.com/\"\u003e\u003cimg src=\"https://img.shields.io/badge/code_style-standard-lightgrey.svg?style=flat-square\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\" style=\"text-align:center; border: 0;\"\u003eT W E E T S C A P E\u003c/h1\u003e\n\n\u003ch6 align=\"center\" style=\"text-align:center;\"\u003eA WebVR experience displaying tweets in real-time along a 3D timeline\u003c/h6\u003e\n\n\u003cp align=\"center\" style=\"text-align:center;\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/pierrechls/tweetscape/master/static/preview.gif\" style=\"width:100%;\"\u003e\n\u003c/p\u003e\n\n## 🚀 How to use it\n\n### Clone the repo\n\n```bash\n$ git clone https://github.com/pierrechls/tweetscape\n```\n\n### Connect your Twitter API\n\n- Duplicate the `.env.example` file and rename it to `.env`\n- Get your application settings from the [Twitter Application Management](https://apps.twitter.com/)\n- Remplace the default values into your `.env` file by your Twitter Application values\n- Keep `NODE_ENV` value to `production` from your [Heroku application](https://heroku.com) to deploy the API\n\n### Install dependencies\n\n```bash\n$ npm install\n```\n\n### Serve the client port\n\n```bash\n$ npm run dev\n```\n\n### Serve the API port\n\n```bash\n$ npm run server\n```\n\n### Build for production\n\n```bash\n$ npm run build\n```\n\n### Lint your code\n\n```bash\n$ npm run lint\n```\n\n### Deploy your build\n\n```bash\n$ npm run deploy\n```\n\nSet API production URL from the `default.json` file into `settings` folder.\n\n## 🛠 Prior installation\n\nYou have to download [Node.js](https://nodejs.org/en/download/)\n\n\n## 🎉 Credits\n\nProject 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpierrechls%2Ftweetscape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpierrechls%2Ftweetscape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpierrechls%2Ftweetscape/lists"}