From 8829b9474c62c6a77e5af63602df11c8995a5897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=91=E3=81=A3=E3=81=A1?= <50144466+sim1222@users.noreply.github.com> Date: Fri, 1 Jul 2022 02:48:51 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fa9cc2dfa3..0be6c04313 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A Misskey client based on osu!lazer. +## Goals +- [ ] Misskey v12 API Implementation +- [ ] Misskey's key features implemented +- [ ] Push Notification Implementation +- [ ] Optimization for touch devices + ## Developing osukey(temporary) Please make sure you have the following prerequisites: @@ -56,6 +62,7 @@ We have adopted some cross-platform, compiler integrated analyzers. They can pro JetBrains ReSharper InspectCode is also used for wider rule sets. You can run it from PowerShell with `.\InspectCode.ps1`. Alternatively, you can install ReSharper or use Rider to get inline support in your IDE of choice. + ## Licence