Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamvery/phoenix_jank


https://github.com/iamvery/phoenix_jank

elixir jank phoenix ratchet realtime

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Phoenix Jank

[![Build Status][travis-img]][travis] [![Hex Version][hex-img]][hex]

[travis-img]: https://travis-ci.org/iamvery/phoenix_jank.svg?branch=master
[travis]: https://travis-ci.org/iamvery/phoenix_jank
[hex-img]: https://img.shields.io/hexpm/v/phoenix_jank.svg
[hex]: https://hex.pm/packages/phoenix_jank

[Phoenix][phoenix] integration with [Jank][jank] client library.

View the [Documentation][docs].

## Usage

1. Install with Hex:

```elixir
def deps do
[{:phoenix_jank, "~> 0.1.0"}]
end
```

TODO add more usage docs

## Release

1. Bump the version in `mix.exs`.
1. Bump the version in `package.json`.
1. Add version to CHANGELOG.
1. Commit version with Git tag `vX.X.X`.
1. Publish to Hex

```
$ mix do hex.publish, hex.publish docs
```

1. Publish to npm

```
$ npm publish
```

[phoenix]: http://www.phoenixframework.org/
[jank]: https://github.com/iamvery/jank
[docs]: https://hexdocs.pm/phoenix_ratchet