An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# #HASH Web

[![Join the chat at https://gitter.im/labic/hash-web-ng](https://badges.gitter.im/labic/hash-web-ng.svg)](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
```