Skip to content

Commit 5b0c4d5

Browse files
authored
Update README.md
1 parent 65e7e00 commit 5b0c4d5

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
1-
twitter-text
2-
============
1+
# twitter-text
32

4-
This repo is a collection of libraries and conformance tests to standardize parsing of Tweet text. It synchronizes development, testing, creating issues, and pull requests for twitter-text's implementations and specification. These libraries are responsible for determining the quantity of characters in a Tweet and identifying and linking any url, @username, #hashtag, or $cashtag.
3+
This repository is a collection of libraries and conformance tests to standardize parsing of Tweet text. It synchronizes development, testing, creating issues, and pull requests for twitter-text's implementations and specification. These libraries are responsible for determining the quantity of characters in a Tweet and identifying and linking any URL, @username, #hashtag, or $cashtag.
54

6-
See implementations and conformance in this repo below:
5+
See implementations and conformance in this repository below:
76

87
* [Conformance](conformance)
98
* [Java](java)
109
* [Ruby](rb)
1110
* [JavaScript](js)
1211
* [Objective-C](objc)
1312

13+
## Other language implementations
14+
15+
The following implementations exist in other programming languages, but are not supported by or used by Twitter.
16+
We'd like to thank the authors for building and maintaining these alternatives.
17+
18+
* [Swift](https://swiftpack.co/package/nysander/twitter-text)
19+
20+
If you would like to contribute a link to other implementations, please consider sending a Pull Request, or letting us know via the [Twitter Developer Community forums](https://twittercommunity.com/c/libraries-and-sdks/63).
21+
1422
## Copyright and License
1523

1624
Copyright 2012-2020 Twitter, Inc and other contributors

0 commit comments

Comments
 (0)