Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
#APIMASH Starter Kits
# APIMASH Starter Kits


----------


##Description
## Description
APIMASH Starter Kits for Windows demonstrate how to use public Web Service API's such as Edmunds, Tom-Tom, Twitter, Tumblr, Yelp, Meetup and many others to create Windows 8 Store Apps. These Starter Kits will put you on the fast path to publishing your first App to the Windows Store.

###Pre-reading
### Pre-reading

- [Creating Compelling Windows 8 Apps using API's][1]
- [JSON Deserialization for C# Developers][2]
- [APIMASH on Channel 9][3]

##API Partners
## API Partners

![alt text][4]
[Mashery][5]

##Starter Kits for Windows 8.1
## Starter Kits for Windows 8.1

1. [EchoNest API (XAML/C#)][23]

##Starter Kits for Windows 8
## Starter Kits for Windows 8

1. [Active Access (HTML5/JS)][6]
2. [Chuck Norris (XAML/C#)][7]
Expand All @@ -46,7 +46,7 @@ APIMASH Starter Kits for Windows demonstrate how to use public Web Service API's
20. ESPN (HTML/JS)


##Starter Kits for Windows Phone 8
## Starter Kits for Windows Phone 8

1. [Chuck Norris (XAML/C#)][18]
2. [Chuck Norris (XAML/VB)][25]
Expand All @@ -59,11 +59,11 @@ APIMASH Starter Kits for Windows demonstrate how to use public Web Service API's
9. Earthquakes (HTML5/JS)


##1 - Download the Starter Kits
## 1 - Download the Starter Kits

##2 - Customize the API calls and Update the User Experience
## 2 - Customize the API calls and Update the User Experience

##3 - Submit your App to the Windows Store
## 3 - Submit your App to the Windows Store


[1]: http://theundocumentedapi.com/2013/05/28/apimash-using-apis-to-create-compelling-windows-apps/
Expand Down
24 changes: 12 additions & 12 deletions Windows 8.1 Starter Kits/APIMASH_EchoNest_StarterKit/readme.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
#APIMASH EchoNest Starter Kit
##Date: 8.08.2013
##Version: v1.0.0
##Author(s): Steve Maier
##URL: http://github.com/apimash/starterkits
# APIMASH EchoNest Starter Kit
## Date: 8.08.2013
## Version: v1.0.0
## Author(s): Steve Maier
## URL: http://github.com/apimash/starterkits

----------
###Description
### Description
The EchoNest Starter Kit is a XAML/C# Windows 8 app that demonstrates calling a Web Service that returned a simple JSON payload. The JSON payload is deserialized into a View Model.

[See this article for details on the EchoNest Starter Kit][1]

![alt text][2]

###Features
### Features
- Invokes the EchoNest API (http://the.echonest.com/)
- Demonstrates how to deserialize JSON to C#
- Provides a baseline for a Windows 8 Store App

###Requirements
### Requirements

- Windows 8.1
- Visual Studio 2013 Preview
- Developer API Key from EchoNest

###Setup
### Setup

- Download the Starter Kit Zip Portfolio from (http://apimash.github.io/StarterKits/)
- Open the EchoNest Solution in Visual Studio 2013
- Change the APIKEY variable in the APIMash_EchoNest.cs file
- Compile and Run

##DISCLAIMER:
## DISCLAIMER:

The sample code described herein is provided on an "as is" basis, without warranty of any kind, to the fullest extent permitted by law. Both Microsoft and I do not warrant or guarantee the individual success developers may have in implementing the sample code on their development platforms or in using their own Web server configurations.
Microsoft and I do not warrant, guarantee or make any representations regarding the use, results of use, accuracy, timeliness or completeness of any data or information relating to the sample code. Microsoft and I disclaim all warranties, express or implied, and in particular, disclaims all warranties of merchantability, fitness for a particular purpose, and warranties related to the code, or any service or software related thereto.
Expand All @@ -39,8 +39,8 @@ Microsoft and I shall not be liable for any direct, indirect or consequential da

----------

##Change Log
###v1.0.0
## Change Log
### v1.0.0


[1]: http://42base13.net/apimash-echonest-starter-kit/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
#APIMASH Chuck Norris Starter Kit for Windows Phone
##Date: 6.10.2013
##Version: v1.0.0
##Author(s): Bob Familiar
##URL: http://github.com/apimash/starterkits
# APIMASH Chuck Norris Starter Kit for Windows Phone
## Date: 6.10.2013
## Version: v1.0.0
## Author(s): Bob Familiar
## URL: http://github.com/apimash/starterkits

----------
###Description
### Description
The Chuck Norris Starter Kit for Windows Phone is a XAML/C# Windows Phone 8 app that demonstrates calling a Web Service that returns a simple JSON payload. The JSON payload is deserialized into a View Model and displayed on the screen.

[See this article for details on the Chuck Norris Starter Kit][1]

![alt text][2]

###Features
### Features
- Invokes the [Internet Chuck Norris Database][3] API
- [Demonstrates how to deserialize JSON to C#][4]
- Provides a baseline for a [Windows Phone 8 Store App][5]

###Requirements
### Requirements

- Windows 8
- [Visual Studio 2012 Express for Windows Phone][6]
- [Windows Phone 8 SDK][7]
- [JSON.NET form Newtonsoft][8]


###Setup
### Setup


- Download the [Starter Kit Portfolio][9]
- Open the Solution in Visual Studio
- Update the reference to the JSON.NET Library in the APIMASHLib project
- Compile and Run

##DISCLAIMER:
## DISCLAIMER:

The sample code described herein is provided on an "as is" basis, without warranty of any kind, to the fullest extent permitted by law. Both Microsoft and I do not warrant or guarantee the individual success developers may have in implementing the sample code on their development platforms or in using their own Web server configurations.
Microsoft and I do not warrant, guarantee or make any representations regarding the use, results of use, accuracy, timeliness or completeness of any data or information relating to the sample code. Microsoft and I disclaim all warranties, express or implied, and in particular, disclaims all warranties of merchantability, fitness for a particular purpose, and warranties related to the code, or any service or software related thereto.
Expand All @@ -42,8 +42,8 @@ Microsoft and I shall not be liable for any direct, indirect or consequential da

----------

##Change Log
###v1.0.0
## Change Log
### v1.0.0


[1]: http://theundocumentedapi.com/index.php/apimash-chuck-norris-starter-kit-for-windows-phone-8/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#APIMASH Chuck Norris VB Starter Kit for Windows Phone
##Date: 6.10.2013
##Version: v1.0.0
##Author(s): Bob Familiar, ported to VB by Dave Noderer
##URL: http://github.com/apimash/starterkits
# APIMASH Chuck Norris VB Starter Kit for Windows Phone
## Date: 6.10.2013
## Version: v1.0.0
## Author(s): Bob Familiar, ported to VB by Dave Noderer
## URL: http://github.com/apimash/starterkits

----------
###Description
### Description
The Chuck Norris Starter Kit for Windows Phone is a XAML/vb.net Windows Phone 8 app that demonstrates calling a Web Service that returns a simple JSON payload. The JSON payload is deserialized into a View Model and displayed on the screen.

[See this article for details on the Chuck Norris Starter Kit][1]
Expand All @@ -14,28 +14,28 @@ The Chuck Norris Starter Kit for Windows Phone is a XAML/vb.net Windows Phone 8

![alt text][2]

###Features
### Features
- Invokes the [Internet Chuck Norris Database][3] API
- [Demonstrates how to deserialize JSON to C#][4]
- Provides a baseline for a [Windows Phone 8 Store App][5]

###Requirements
### Requirements

- Windows 8
- [Visual Studio 2012 Express for Windows Phone][6]
- [Windows Phone 8 SDK][7]
- [JSON.NET form Newtonsoft][8]


###Setup
### Setup


- Download the [Starter Kit Portfolio][9]
- Open the Solution in Visual Studio
- Update the reference to the JSON.NET Library in the APIMASHLib project
- Compile and Run

##DISCLAIMER:
## DISCLAIMER:

The sample code described herein is provided on an "as is" basis, without warranty of any kind, to the fullest extent permitted by law. Both Microsoft and I do not warrant or guarantee the individual success developers may have in implementing the sample code on their development platforms or in using their own Web server configurations.
Microsoft and I do not warrant, guarantee or make any representations regarding the use, results of use, accuracy, timeliness or completeness of any data or information relating to the sample code. Microsoft and I disclaim all warranties, express or implied, and in particular, disclaims all warranties of merchantability, fitness for a particular purpose, and warranties related to the code, or any service or software related thereto.
Expand All @@ -44,9 +44,9 @@ Microsoft and I shall not be liable for any direct, indirect or consequential da

----------

##Change Log
###v1.0.0
###v1.0.1
## Change Log
### v1.0.0
### v1.0.1
Initial Port to vb.net


Expand Down
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
#APIMASH Earthquake App for Windows Phone
##Date: 7.8.2013
##Version: v1.0.1
##Author(s): Brian Hitney
##URL: http://github.com/apimash/starterkits
## Date: 7.8.2013
## Version: v1.0.1
## Author(s): Brian Hitney
## URL: http://github.com/apimash/starterkits


![alt text][1]
###Description
### Description
This application loads earthquake data from the USGS and displays a pushpin for each earthquake on Bing maps. For more information on the Bing Maps SDK, visit [this page on MSDN][2].

###Features
### Features
- Uses both USGS and Bing maps.

###Requirements
### Requirements
- Visual Studio 2012 Express for Windows Phone 8 or higher
- Bing Maps API Key (sign up [here][3] - Microsoft Account required for the Bing Maps Portal)

###Setup
### Setup
- Download the Starter Kit Zip Portfolio from http://apimash.github.io/StarterKits/
- Open the Solution in Visual Studio
- Compile and Run

##DISCLAIMER:
## DISCLAIMER:

The sample code described herein is provided on an "as is" basis, without warranty of any kind, to the fullest extent permitted by law. Both Microsoft and I do not warrant or guarantee the individual success developers may have in implementing the sample code on their development platforms or in using their own Web server configurations.

Expand All @@ -32,11 +32,11 @@ Microsoft and I shall not be liable for any direct, indirect or consequential da

----------

##Change Log
## Change Log

###v1.0.1
### v1.0.1
- Fixed screenshot
###v1.0.0
### v1.0.0
- Initial check-in


Expand Down
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
#APIMASH EchoNest Starter Kit for Windows Phone
##Date: 8.19.2013
##Version: v1.0.0
##Author(s): Steve Maier
##URL: http://github.com/apimash/starterkits
# APIMASH EchoNest Starter Kit for Windows Phone
## Date: 8.19.2013
## Version: v1.0.0
## Author(s): Steve Maier
## URL: http://github.com/apimash/starterkits

----------
###Description
### Description
The EchoNest Starter Kit is a XAML/C# Windows 8 app that demonstrates calling a Web Service that returned a simple JSON payload. The JSON payload is deserialized into a View Model.

[See this article for details on the EchoNest Starter Kit][1]

![alt text][2]

###Features
### Features
- Invokes the [EchoNest][3] API
- Demonstrates how to deserialize JSON to C#
- Provides a baseline for a [Windows Phone 8 Store App][4]

###Requirements
### Requirements

- Windows 8
- Visual Studio 2012
- [Windows Phone 8 SDK][5]
- [JSON.NET form Newtonsoft][6]
- Developer API Key from EchoNest

###Setup
### Setup

- Download the [Starter Kit Portfolio][7]
- Open the EchoNest Phone Solution in Visual Studio 2012
- Change the APIKEY variable in the APIMash_EchoNest.cs file
- Compile and Run

##DISCLAIMER:
## DISCLAIMER:

The sample code described herein is provided on an "as is" basis, without warranty of any kind, to the fullest extent permitted by law. Both Microsoft and I do not warrant or guarantee the individual success developers may have in implementing the sample code on their development platforms or in using their own Web server configurations.
Microsoft and I do not warrant, guarantee or make any representations regarding the use, results of use, accuracy, timeliness or completeness of any data or information relating to the sample code. Microsoft and I disclaim all warranties, express or implied, and in particular, disclaims all warranties of merchantability, fitness for a particular purpose, and warranties related to the code, or any service or software related thereto.
Expand All @@ -41,8 +41,8 @@ Microsoft and I shall not be liable for any direct, indirect or consequential da

----------

##Change Log
###v1.0.0
## Change Log
### v1.0.0


[1]: http://42base13.net/echonest-wp8/
Expand Down
Loading