Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
yyoshiki41 committed Nov 3, 2016
1 parent 3dc0c29 commit 1480477
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ _testmain.go
*.exe
*.test
*.prof

# coverage
coverage.txt
profile.out
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: go

go:
- 1.7.3
- master

sudo: false

after_success:
- bash <(curl -s https://codecov.io/bash)
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Go Radiko

[![godoc](https://godoc.org/github.com/yyoshiki41/go-radiko?status.svg)](https://godoc.org/github.com/yyoshiki41/go-radiko)
[![build](https://travis-ci.org/yyoshiki41/go-radiko.svg?branch=master)](https://travis-ci.org/yyoshiki41/go-radiko)
[![codecov](https://codecov.io/gh/yyoshiki41/go-radiko/branch/master/graph/badge.svg)](https://codecov.io/gh/yyoshiki41/go-radiko)
[![go report](https://goreportcard.com/badge/github.com/yyoshiki41/go-radiko)](https://goreportcard.com/report/github.com/yyoshiki41/go-radiko)

The __unofficial__ [radiko.jp](https://radiko.jp/) APIs Client Library for Go

## License


The MIT License

## Author

Yoshiki Nakagawa

0 comments on commit 1480477

Please sign in to comment.