Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laithshadeed/sample-timeline
Twitter clone with parallel curl & OAuth 2.0 implementation
https://github.com/laithshadeed/sample-timeline
Last synced: about 2 months ago
JSON representation
Twitter clone with parallel curl & OAuth 2.0 implementation
- Host: GitHub
- URL: https://github.com/laithshadeed/sample-timeline
- Owner: laithshadeed
- Created: 2014-03-30T02:38:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T02:24:49.000Z (about 6 years ago)
- Last Synced: 2023-08-22T02:11:50.832Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Twitter Timeline (2014)
```
This is an attempt to play with twitter API while implementing OAuth 2.0
and parallel curl.
```## Reflection
It is interesting to see how we used to do those things before shifting
to Node or async programming. You can see how ugly it was to do parallel
curl requests. Also PHP got lots of recent additions so this code is quite
outdated.Other code samples
- In-memory filesystem (C++) ([2012](https://github.com/laithshadeed/filesystem))
- Log parser (C++) ([2011](https://github.com/laithshadeed/log-parser))
- Expression tree (Java) ([2010](https://github.com/laithshadeed/expression-tree))## See live on Heroku
[Demo](http://laith-timeline.herokuapp.com/laithshadeed)
## LICENSE
Public Domain