Popularity
5.9
Stable
Activity
0.0
Stable
67
4
3
Programming language: Elixir
Tags:
Examples And Funny Stuff
kaisuu alternatives and similar packages
Based on the "Examples and funny stuff" category
-
magnetissimo
Web application that indexes all popular torrent sites, and saves it to the local database. -
stranger
Elixir Phoenix app to chat anonymously with a randomly chosen stranger https://hellostranger.xyz. -
feedx
Add social feed functionality to current applications. Exemplify OTP umbrella app, with 3 apps. Thin phoenix controllers. -
lolcat
This is the clone of busyloop/lolcat. But it does not support animation and some features of the original. -
ex_iss
This package is for interfacing with the Open Notify API to information such as the ISS's current location, crew, and when it will pass over a location.
Do you think we are missing an alternative of kaisuu or a related project?
Popular Comparisons
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.