Use akyoto/readme
This commit is contained in:
47
README.md
47
README.md
@ -1,10 +1,10 @@
|
||||
# Anime Notifier
|
||||
# notify.moe
|
||||
|
||||
[![Godoc reference][godoc-image]][godoc-url]
|
||||
[![Go report card][goreportcard-image]][goreportcard-url]
|
||||
[![Godoc][godoc-image]][godoc-url]
|
||||
[![Report][report-image]][report-url]
|
||||
[![Tests][tests-image]][tests-url]
|
||||
[![Code coverage][codecov-image]][codecov-url]
|
||||
[![License][license-image]][license-url]
|
||||
[![Coverage][coverage-image]][coverage-url]
|
||||
[![Patreon][patreon-image]][patreon-url]
|
||||
|
||||
## How to
|
||||
|
||||
@ -82,10 +82,7 @@ docker attach notify.moe
|
||||
Create a bookmark in your browser and set this code as the URL:
|
||||
|
||||
```js
|
||||
javascript:(() => {
|
||||
location = location.href.indexOf('://beta.') === -1 ?
|
||||
location.href.replace('://', '://beta.') : location.href.replace('://beta.', '://');
|
||||
})();
|
||||
javascript:(() => )();
|
||||
```
|
||||
|
||||
Clicking this bookmark will let you switch between `notify.moe` (live) and `beta.notify.moe` (development).
|
||||
@ -106,19 +103,31 @@ Please read [CONTRIBUTING.md](https://github.com/animenotifier/notify.moe/blob/g
|
||||
|
||||
This project is licensed under the [MIT License](https://github.com/animenotifier/notify.moe/blob/go/LICENSE).
|
||||
|
||||
## Coding style
|
||||
|
||||
Please take a look at the [style guidelines](https://github.com/akyoto/quality/blob/master/STYLE.md) if you'd like to make a pull request.
|
||||
|
||||
## Patrons
|
||||
|
||||
| [](https://github.com/soulcramer) |
|
||||
|---|
|
||||
| [Scott Rayapoullé](https://github.com/soulcramer) |
|
||||
|
||||
Want to see [your own name here](https://www.patreon.com/eduardurbach)?
|
||||
|
||||
## Author
|
||||
|
||||
| [](https://twitter.com/eduardurbach "Follow @eduardurbach on Twitter") |
|
||||
|---|
|
||||
| [Eduard Urbach](https://eduardurbach.com) |
|
||||
|
||||
[godoc-image]: https://godoc.org/github.com/animenotifier/notify.moe?status.svg
|
||||
[godoc-url]: https://godoc.org/github.com/animenotifier/notify.moe
|
||||
[goreportcard-image]: https://goreportcard.com/badge/github.com/animenotifier/notify.moe
|
||||
[goreportcard-url]: https://goreportcard.com/report/github.com/animenotifier/notify.moe
|
||||
[tests-image]: https://cloud.drone.io/api/badges/animenotifier/notify.moe/status.svg
|
||||
[tests-url]: https://cloud.drone.io/animenotifier/notify.moe
|
||||
[codecov-image]: https://codecov.io/gh/animenotifier/notify.moe/branch/go/graph/badge.svg
|
||||
[codecov-url]: https://codecov.io/gh/animenotifier/notify.moe
|
||||
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg
|
||||
[license-url]: https://github.com/animenotifier/notify.moe/blob/go/LICENSE
|
||||
[godoc-image]: https://godoc.org/github.com/blitzprog/home?status.svg
|
||||
[godoc-url]: https://godoc.org/github.com/blitzprog/home
|
||||
[report-image]: https://goreportcard.com/badge/github.com/blitzprog/home
|
||||
[report-url]: https://goreportcard.com/report/github.com/blitzprog/home
|
||||
[tests-image]: https://cloud.drone.io/api/badges/blitzprog/home/status.svg
|
||||
[tests-url]: https://cloud.drone.io/blitzprog/home
|
||||
[coverage-image]: https://codecov.io/gh/blitzprog/home/graph/badge.svg
|
||||
[coverage-url]: https://codecov.io/gh/blitzprog/home
|
||||
[patreon-image]: https://img.shields.io/badge/patreon-donate-green.svg
|
||||
[patreon-url]: https://www.patreon.com/eduardurbach
|
||||
|
Reference in New Issue
Block a user