Skip to content

lfcipriani/yql-feira-livre-sp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

yql-feira-livre-sp

This is a Yahoo Query Language (YQL) Open Table for searching for Markets in Sao Paulo.

Busca por Feiras Livres em São Paulo, por dia da semana e zona da cidade.

  • As zonas possíveis são: CENTRAL, NORTE, SUL, LESTE e OESTE.
  • Os dias da semana possíveis são: DOMINGO, TERCA, QUARTA, QUINTA, SEXTA, SÁBADO.
  • Deixe o dia da semana em branco para pesquisar em todos os dias de uma vez só.

Search for Free Markets in São Paulo (Brazil), by day of the week and city zone.

  • Possibles zones are: CENTRAL, NORTE, SUL, LESTE e OESTE.
  • Possible days of the week are: DOMINGO, TERCA, QUARTA, QUINTA, SEXTA, SÁBADO.
  • Don't mention the day of the week for a full week search.

Exemplos/Sample queries

use "http://github.com/lfcipriani/yql-feira-livre-sp/raw/master/yql-feira-livre-sp.xml" as feiras;
select * from feiras where zone = 'SUL' and dayOfTheWeek = 'DOMINGO'

or

use "http://github.com/lfcipriani/yql-feira-livre-sp/raw/master/yql-feira-livre-sp.xml" as feiras;
select * from feiras where zone = 'OESTE'

Try a sample on YQL console

About

YQL Open Table for Markets in Sao Paulo, Brazil

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published