Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/divyanshu-rawat/tweet-selection
- Owner: divyanshu-rawat
- Created: 2017-05-05T12:56:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T21:19:28.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T13:19:47.762Z (7 months ago)
- Topics: email-selected-text, jquery, text-selecter, tweet-to-twitter
- Language: CSS
- Homepage:
- Size: 13.7 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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!_**
##