Skip to content
Chris Cera edited this page Sep 14, 2013 · 19 revisions

Welcome to the We-Work-In-Philly wiki!

See the wiki Table of Contents.

For developers looking to get started, it's highly recommended to check out the Developer-Notes which contain a number of recipes for developers.

Also, check out the agenda and notes from the Hackathon-2013 event.

API

Company REST/JSON API Example

Each company has a corresponding JSON page that corresponds to the company. Here is one for Arcweb.

http://weworkinphilly.com/companies/arcweb.json

Company REST/JSON Geolocation API Example

The latitude/longitude of company addresses, company category, hiring status, and a variety of other information is available in the map feed. This information drives the Map iFrame API described below.

http://weworkinphilly.com/mapfeed

Group REST/JSON API Example

Each Group has a corresponding JSON page that corresponds to the group. Here is one for Philly Startup Leaders:

http://weworkinphilly.com/projects/philly-startup-leaders.json

Project REST/JSON API Example

Each Project has a corresponding JSON page that corresponds to the project. Here is one for Philly Tech Week:

http://weworkinphilly.com/projects/philly-tech-week.json

Person REST/JSON API Example

Each Person has a corresponding JSON page that corresponds to the company. Here is one for Chris Cera:

http://weworkinphilly.com/people/christopher-d-cera.json

Map iFrame API Example

Map Image

The full-screen HTML page which becomes the basis for the iFrame is here:

http://weworkinphilly.com/mapwidget

You can add this widget to your website by including the following code in an HTML page:

`

<iframe src="http://weworkinphilly.com/mapwidget" width="900" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"> </iframe> `

You can also customize the widget by limiting to a single location or turning off the category sorting. For instance:

http://weworkinphilly.com/mapwidget?categories=false&location=berwyn