https://github.com/adrianmcli/twitter-hashtag
An stripped-down extraction of twitter's implementation of hashtag detection.
https://github.com/adrianmcli/twitter-hashtag
Last synced: about 1 month ago
JSON representation
An stripped-down extraction of twitter's implementation of hashtag detection.
- Host: GitHub
- URL: https://github.com/adrianmcli/twitter-hashtag
- Owner: adrianmcli
- Created: 2016-05-03T02:42:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T02:58:15.000Z (almost 10 years ago)
- Last Synced: 2025-03-06T19:42:13.227Z (about 1 year ago)
- Language: HTML
- Homepage: http://adrianmcli.com/twitter-hashtag/
- Size: 130 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter's Implementation of Hashtag Detection
I've stripped down the barebones logic of the [twitter-text API](https://github.com/twitter/twitter-text/tree/master/js) to better understand how they detect hashtags.
## Demo
Quick demo here: http://adrianmcli.com/twitter-hashtag/
## Installation
If you'd like to run this locally, clone the repo, do `npm install`, and then launch the server with `npm start`.
```
git clone https://github.com/adrianmc/twitter-hashtag.git
cd twitter-hashtag
npm install
npm start
```