kaisuu alternatives and similar packages
Based on the "Examples and funny stuff" category.
Alternatively, view kaisuu alternatives based on common mentions on social networks and blogs.
-
changelog.com
Changelog is news and podcast for developers. This is our open source platform. -
magnetissimo
Web application that indexes all popular torrent sites, and saves it to the local database. -
phoenix-chat-example
๐ฌ The Step-by-Step Beginners Tutorial for Building, Testing & Deploying a Chat app in Phoenix 1.7 [Latest] ๐ -
real world example app
Exemplary real world application built with Elixir + Phoenix -
phoenix-liveview-counter-tutorial
๐คฏ beginners tutorial building a real time counter in Phoenix 1.7 + LiveView 0.18 โก๏ธ -
phoenix-ecto-encryption-example
๐ A detailed example for how to encrypt data in an Elixir (Phoenix v1.7) App before inserting into a database using Ecto Types -
coderplanets.com
coderplanets.com API(GraphQL) server, build with elixir, phoenix, absinthe -
phoenix-todo-list-tutorial
โ Complete beginners tutorial building a todo list from scratch in Phoenix 1.7 (latest) -
phoenix-flux-react
An experiment with Phoenix Channels, GenEvents, React and Flux. -
hello_phoenix
Application template for SPAs with Phoenix, React and Redux -
portal
A tutorial for shooting fault-tolerant portals for distributed data-transfer application in Elixir -
ex_iss
An elixir wrapper for Open Notify's International Space Station API. http://open-notify.org/
ONLYOFFICE Docs โ document collaboration in your environment
Do you think we are missing an alternative of kaisuu or a related project?
README
ๅๆฐ - Kaisuu
Kaisuu streams live data from Twitter to gather kanji frequency usage patterns in tweets. It can be used to optimize the order of your kanji studies or to make assumptions about what people in Japan are tweeting about.
Installation
Install dependencies with
mix deps.get
Install Node.js dependencies with
npm install
Create a ./config/dev.secret.exs
with your twitter credentials
use Mix.Config
config :extwitter, :oauth, [
consumer_key: "CONSUMER_KEY",
consumer_secret: "CONSUMER_SECRET",
access_token: "ACCESS_TOKEN",
access_token_secret: "ACCESS_TOKEN_SECRET"
]
Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:4000
from your browser.