Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devlille/twall-front
Live wall of tweets
https://github.com/devlille/twall-front
angular angular-cli angular-material jenkins-ci sonarqube twitter-api
Last synced: 3 months ago
JSON representation
Live wall of tweets
- Host: GitHub
- URL: https://github.com/devlille/twall-front
- Owner: devlille
- License: mit
- Archived: true
- Created: 2017-10-24T21:39:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T22:19:09.000Z (almost 7 years ago)
- Last Synced: 2024-09-26T06:04:35.119Z (3 months ago)
- Topics: angular, angular-cli, angular-material, jenkins-ci, sonarqube, twitter-api
- Language: TypeScript
- Homepage: https://devfest.gdglille.org/
- Size: 199 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Front / Twall - [Devfest](https://devfest.gdglille.org/) // GDG Lille ([@GDGLille](https://twitter.com/GDGLille))
[![Build Status](http://jenkins.bodul.fr/buildStatus/icon?job=GDG-Lille/twall-front/master)](http://jenkins.bodul.fr/job/GDG-Lille/job/twall-front/job/master/)
[![Quality Gate](https://sonarcloud.io/api/badges/gate?key=twall)](https://sonarcloud.io/dashboard/index/twall)
[![Lines of Codes](https://sonarcloud.io/api/badges/measure?key=twall&metric=ncloc&blinking=true)](https://sonarcloud.io/dashboard/index/twall)
[![Blocker Violations](https://sonarcloud.io/api/badges/measure?key=twall&metric=blocker_violations&blinking=true)](https://sonarcloud.io/dashboard/index/twall)
[![Critical Violations](https://sonarcloud.io/api/badges/measure?key=twall&metric=critical_violations&blinking=true)](https://sonarcloud.io/dashboard/index/twall)
[![Bugs](https://sonarcloud.io/api/badges/measure?key=twall&metric=bugs&blinking=true)](https://sonarcloud.io/dashboard/index/twall)
[![Code Smells](https://sonarcloud.io/api/badges/measure?key=twall&metric=code_smells&blinking=true)](https://sonarcloud.io/dashboard/index/twall)## Made with ...
* [NPM](https://www.npmjs.com/)
* [Angular](https://angular.io/) with [Angular CLI](https://cli.angular.io/)
* [MomentJS](https://momentjs.com/)## How to build for production ?
Run `ng build -prod` to build the project. The build artifacts will be stored in the `dist/` directory.
## How to run in local ?
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## How to display tweets ?
Simple, there is only one page : http://your-uri.org/tweets
### Option
| Name | Description | Default | Example |
| -------- | ---------------------------------------- | -------------------- | ---------------------------------------- |
| refresh | The refresh frequency (in milliseconds) | 5000, cannot be less | http://your-uri.org/tweets;refresh=10000 |## Contact via [Issues](https://github.com/GDG-Lille/twall-front/issues)
Helpful for **question**, **bug** and **contribution request**.