https://github.com/labic/hash-web-ng
https://github.com/labic/hash-web-ng
angular facebook social-media statistics twitter
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/labic/hash-web-ng
- Owner: labic
- Created: 2017-07-03T19:36:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T02:46:40.000Z (about 8 years ago)
- Last Synced: 2025-07-09T07:12:21.415Z (12 months ago)
- Topics: angular, facebook, social-media, statistics, twitter
- Language: JavaScript
- Size: 3.47 MB
- Stars: 1
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# #HASH Web
[](https://gitter.im/labic/hash-web-ng?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
An data-driven front-end application build with Angular.js focused on social networks data
## Features
* Post Listing
* Imagens galleries
* Graphs
## Development Setup
### Prerequisites
- Node 0.12 +
- MongoDB
### Getting Started
```sh
# Get the latest snapshot
git clone --depth=1 git@bitbucket.org:labic/hash-web.git
# Change directory
cd hash-web
# Install NPM dependencies
npm install
# Or, if you prefer to use `yarn` instead of `npm`
yarn install
# Then simply start your app
node server.js
```