Skip to content

natacodes/lookaround

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application

How to start application:

➜  lookaround-slim  ./app.rb

Then go to http://localhost:4567

Slim

All slim templates should be in ./templates/. For example: templates/index.html.slim

Installation

gem install html2slim

Usage

Convert from HTML to SLIM:

html2slim index.html index.html.slim

Command line

python -m SimpleHTTPServer - start HTTP server on 8000 port control+E - go to the beginning of line control+A - go to the end of line

Github Markdown

https://github.com/adam-p/markdown-here/wiki/Markdown-Here-Cheatsheet

Instagram API

http://instagram.com/developer

Geocoding

Geocoding is the process of converting addresses (like "1600 Amphitheatre Parkway, Mountain View, CA") into geographic coordinates (like latitude 37.423021 and longitude -122.083739), which you can use to place markers or position the map.

https://developers.google.com/maps/documentation/geocoding/ https://developers.google.com/maps/documentation/javascript/examples/geocoding-simple https://developers.google.com/maps/documentation/javascript/geocoding

Google Maps

In russian:

https://developers.google.com/maps/documentation/javascript/geocoding?hl=ru

LatLng object

https://developers.google.com/maps/documentation/javascript/reference?csw=1#LatLng

Place Autocomplete

https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete

Retrieving Autocomplete Predictions

https://developers.google.com/maps/documentation/javascript/examples/places-queryprediction

Accessing arguments in UI events

https://developers.google.com/maps/documentation/javascript/examples/event-arguments

Remove a marker

https://developers.google.com/maps/documentation/javascript/markers#remove

History

stackoverflow

http://stackoverflow.com/questions/5210034/history-pushstate

history.js

https://github.com/browserstate/history.js https://github.com/browserstate/history.js/wiki/Intelligent-State-Handling

ajaxify

https://github.com/browserstate/ajaxify

Client auth in Instagram

http://instagram.com/developer/authentication/ Client-Side (Implicit) Authentication

Real time

https://github.com/Instagram/Realtime-Demo

##Jquery.cookie https://github.com/carhartl/jquery-cookie/blob/v1.4.1/README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published