New App: NeoComment
-
The app complies with the App Inclusion Policy -
The app is not already listed in the repo or issue tracker -
Fastlane is available in the app's repo
Link to the source code: https://github.com/mohammadrafigh/NeoComment
Link to app in another app store: -
License used: GPL-3.0
Category: Social Network, Internet
Summary: NeoDB Client
Description:
NeoComment is a user friendly client for NeoDB — a decentralized Fediverse platform powered by ActivityPub. Discover, track, rate, review, and collect your favorite books, movies, series, games, music, podcasts, performances, and more.
Build instructions:
- Install Node.js and npm
- Install NativeScript CLI (npm install -g nativescript)
- Run
npm installto install dependencies in the project root - Finally build the APK using
ns build android --release --env.snapshot --env.compileSnapshot --env.uglify --env.aot --key-store-path={keystore.keystore} --key-store-password={PASSWORD} --key-store-alias=neocomment --key-store-alias-password={PASSWORD}