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

https://github.com/makevoid/fcanessa

personal landing page
https://github.com/makevoid/fcanessa

Last synced: about 1 year ago
JSON representation

personal landing page

Awesome Lists containing this project

README

          

# APP

### analytics

https://www.google.com/analytics/settings/home?scid=ANALYTICS_ID

### textmate js

function open_in_textmate(path) {
app_name = "APP_NAME"
url = "txmt://open?url=file://~/Sites/"+app_name+"/"+path
document.location = url
}

$("#open").click(function(){
file = "views/index.haml"
open_in_textmate(file)
})