Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/divyanshu-rawat/tweet-selection

Sharing tasks and sentences made easy.
https://github.com/divyanshu-rawat/tweet-selection

email-selected-text jquery text-selecter tweet-to-twitter

Last synced: 13 days ago
JSON representation

Sharing tasks and sentences made easy.

Awesome Lists containing this project

README

        

![alt tag](https://github.com/divyanshu-rawat/Tweet-Selected-Text/blob/master/Asset/tweet-text.gif)

[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com)

##

Application URL - https://tweet-text.herokuapp.com/

##

### Description
An application for sharing tasks & sentences from a blog/writing to Social Networks.

##

### Setting Up Instructions

* Open a command prompt in the project's root directory.

* Cd into that root folder you just cloned locally.

* Open terminal in the current folder and to install all dependencies type

```javascript
npm install
```

* This installs the dependencies as defined in the package.json file

```javascript
npm start
```

* This will run thee server in the localhost.

##

### Contributing

1. Create your **_branch_**: `git checkout -b my-new-feature`

2. **_Commit_** your changes: `git commit -m 'Add some feature'`

3. **_Push_** to the branch: `git push origin my-new-feature`

4. Send a **Pull Request**

5. **_Enjoy!_**

##