Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aditya-xq/click-to-tweet-app
A simple svelte based webapp to generate "click to tweet" strings
https://github.com/aditya-xq/click-to-tweet-app
Last synced: about 2 months ago
JSON representation
A simple svelte based webapp to generate "click to tweet" strings
- Host: GitHub
- URL: https://github.com/aditya-xq/click-to-tweet-app
- Owner: aditya-xq
- License: mit
- Created: 2021-01-03T14:23:44.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T09:13:50.000Z (about 1 year ago)
- Last Synced: 2023-11-01T10:27:28.965Z (about 1 year ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Click to tweet URL string generator
A simple svelte based webapp to generate "click to tweet" strings
## Overview
The app takes in input tweet content, URL, hashtags, and twitter username to generate a tweet url string that auto-fills the tweet. This can be hyperlinked with click-to-tweet prompts in articles to enable users to tweet out specific sentences seamlessly.Check the [development blog](https://medium.com/the-research-nest/how-to-build-a-simple-web-app-a-click-to-tweet-generator-in-svelte-and-javascript-cc689bc1bf84) on Medium for more technical information.
Url to the web-app: https://click-to-tweet.netlify.app/## Demo
[Click to tweet](https://twitter.com/intent/tweet?text=A%20tutorial%20to%20build%20a%20web%20app%20in%20Svelte&url=bit.ly%2Fxq-svelte-1&hashtags=svelte%2Cdev%2Cblog%2Ctech%2Cjavascript&via=xq_is_here) about this project!
## To run locally
```
cd path to your project folder
npm run dev
```
Visit http://localhost:5000/ to access the live webapp.