pogo/README.md

24 lines
505 B
Markdown
Raw Normal View History

2017-06-14 06:55:41 +01:00
# whiterabbit
Podcast RSS/CMS in Golang
2017-06-15 17:23:09 +01:00
2017-07-05 08:31:01 +01:00
## requirements
[github.com/gmemstr/feeds](https://github.com/gmemstr/feeds)
2017-07-05 08:32:04 +01:00
2017-07-05 08:31:01 +01:00
[github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify)
2017-07-05 08:32:04 +01:00
2017-07-05 08:31:01 +01:00
[github.com/spf13/viper](https://github.com/spf13/viper)
2017-07-05 08:32:04 +01:00
2017-07-05 08:31:01 +01:00
[github.com/gorilla/mux](https://github.com/gorilla/mux)
2017-06-15 17:23:09 +01:00
## building
2017-07-05 08:31:01 +01:00
```
go get github.com/gmemstr/feeds
go get github.com/fsnotify/fsnotify
go get github.com/spf13/viper
go get github.com/gorilla/mux
go build webserver.go generate_rss.go
./webserver
```