webflake

package module
v0.0.0-...-a31ef6f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2015 License: MIT Imports: 9 Imported by: 0

README

webflake

はじめに

定期的に Yahoo! の 路線情報 を取得して Atom フィードにします。

動作環境

Google App Engine を想定しています。 17-24 時の間だけデータを更新します。また、前回と同じ情報だった場合はデータ更新をスキップします。

API

デプロイ先のルートアクセスでフィードを返します。 /update で更新をします。

デプロイ方法

アプリケーションキーを取得して app.yaml を書いてください。その後、

goapp deploy

でデプロイされるはずです。一時間ごとに cron で取得に行きます。

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StoredData

type StoredData struct {
	Serialized []byte
}

type TrainInfo

type TrainInfo struct {
	Line   string
	Uri    string
	Status string
	Desc   string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL