Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ninjinkun/twittersample
勉強会用のiPhoneアプリTwitterクライアントのサンプルコードです
https://github.com/ninjinkun/twittersample
Last synced: about 2 months ago
JSON representation
勉強会用のiPhoneアプリTwitterクライアントのサンプルコードです
- Host: GitHub
- URL: https://github.com/ninjinkun/twittersample
- Owner: ninjinkun
- Created: 2010-11-21T11:24:08.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-25T05:01:05.000Z (about 14 years ago)
- Last Synced: 2024-10-13T17:46:48.478Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TwitterSample
A sample Program for [Hatena Tech Meeting](http://d.hatena.ne.jp/hatenatech/20101119/1290172773).
This program was inspired by psychs's [ImageStore](https://github.com/psychs/imagestore).# How to use
git clone https://github.com/ninjinkun/TwitterSample.git
git submodule update --init# Legals
## Reachability
Reachability is copied from sample code of Apple:
[Reachability](http://developer.apple.com/iphone/library/samplecode/Reachability/Introduction/Intro.html).# License
Unless otherwise noted, TwitterSmple is licensed under New BSD License.This software also includes the following material which have their own license:
* [Reachability](http://developer.apple.com/iphone/library/samplecode/Reachability/Introduction/Intro.html) (Apple's Original)
* [ASIHTTPRequest](http://allseeing-i.com/ASIHTTPRequest/) (BSD)
* [JSON Framework](http://code.google.com/p/json-framework/) (BSD)