|
@@ -7,18 +7,36 @@ If you've attented hackathons, you already know how much time can be wasted figu
|
|
|
|
|
|
Even if you are not using this for a hackathon, Django Hackathon Starter is sure to save any developer hours or even days of development time and can serve as a learning guide.
|
|
|
|
|
|
-Basic Authentication / OAuth Signin
|
|
|
+# Basic Authentication / OAuth Signin #
|
|
|
|
|
|

|
|
|
|
|
|
-API Examples
|
|
|
+# API Examples #
|
|
|
|
|
|

|
|
|
|
|
|
-Twitter Example
|
|
|
+# Twitter Example #
|
|
|
|
|
|

|
|
|
|
|
|
+Features
|
|
|
+--------
|
|
|
+* Basic Authentication with username and password
|
|
|
+* **OAuth 2.0 Authentication** for Github, LinkedIn and Instagram
|
|
|
+* **OAuth 1.0a Authentication** for Twitter and Tumblr.
|
|
|
+* API Examples
|
|
|
+ * Yelp API
|
|
|
+ * Github API
|
|
|
+ * Instagram API
|
|
|
+ * Tumblr API
|
|
|
+ * Twitter API
|
|
|
+ * Twilio API
|
|
|
+ * Meetup API
|
|
|
+ * Steam API
|
|
|
+ * Quandl Stock API
|
|
|
+ * New York Times API
|
|
|
+ * LinkedIn API
|
|
|
+
|
|
|
|
|
|
Getting Started
|
|
|
---------------
|