Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willmendesneto/social-share
https://github.com/willmendesneto/social-share
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willmendesneto/social-share
- Owner: willmendesneto
- Created: 2014-08-06T20:16:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T10:24:24.000Z (over 7 years ago)
- Last Synced: 2023-03-23T03:36:54.894Z (almost 2 years ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 5
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SOCIAL SHARE
=================
A simple way to use Facebook API in an app for send images for your Facebook timeline. This content is related to the talk# [HTML5 API: Hero, antagonist and your usage in real applications](https://docs.google.com/presentation/d/1J0fkxU3RzinOR0n3nMUMU3pzLcAfiNQzuTkeMFud21M/edit?usp=sharing)
This app run WITHOUT BACKEND (Showing the power of Frontend)!
### How to Use
1 - Clone this repository and access the generated folder
```bash
$ git clone [email protected]:willmendesneto/social-share.git [project-name]
$ cd [project-name]
```2 - Run the commands for download application dependencies
```bash
$ npm install #install node dependencies
$ bower install #install bower dependencies
```OBS: To verify if all modules that this app has dependency are installed. The list of all them are in package.json file.
3 - Run grunt serve command for run local server command
```bash
$ npm start # or yarn start
```After this, access http://0.0.0.0:8000 for use this app
## 3rd party dependencies ##
This project use (actually globally):
###NodeJS
- ```lite-serve``` for run Lightweight development environment;###Frontend
All list of frontend dependencies are in ```package.json``` file.