Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ww24 committed Oct 18, 2015
1 parent bf36d90 commit 25502a7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
!.gitignore

gopham
dist
*.log

!.travis.yml
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ script:
- go test -v -covermode=count -coverprofile=coverage.out
- goveralls -coverprofile=coverage.out -service travis-ci -repotoken $COVERALLS_TOKEN
before_deploy:
- go get github.com/mattn/go-isatty
- gox -output dist/{{.OS}}_{{.Arch}}/{{.Dir}}
- find dist -name "*_*" -type d -exec cp -R static {} \;
- find dist -name "*_*" -type d -exec zip -r {}".zip" {}"/" \;
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
gopham
======

[![Build Status][travis-img]][travis-url]
[![Coverage Status][coveralls-img]][coveralls-url]

Push message Manager

It is like Google Cloud Messaging.
Expand Down Expand Up @@ -64,3 +67,16 @@ curl 'http://localhost:3000/sse' --verbose
curl 'http://localhost:3000/' --verbose --request POST --header 'Content-Type: application/json' \
--data-binary '{"channel":"test", "data":{"message":"json"}}'
```

Download
--------
[Releases](https://github.com/ww24/gopham/releases)

LICENSE
-------
[MIT](LICENSE)

[travis-url]: https://travis-ci.org/ww24/gopham
[travis-img]: https://api.travis-ci.org/ww24/gopham.svg
[coveralls-url]: https://coveralls.io/github/ww24/gopham?branch=master
[coveralls-img]: https://coveralls.io/repos/ww24/gopham/badge.svg?branch=master&service=github

0 comments on commit 25502a7

Please sign in to comment.