Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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