All Projects → vooolll → facebook4s

vooolll / facebook4s

Licence: Apache-2.0 license
An asynchronous non-blocking Scala client for Facebook Graph API (Facebook api REST)

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to facebook4s

akka-http-circe-json-template
Akka HTTP REST API Project Template using Akka HTTP 10.0.4 with Circe 0.7.0 targeting Scala 2.12.x
Stars: ✭ 21 (+16.67%)
Mutual labels:  akka-http, circe
ecommerce
A project for exploring Akka with Scala
Stars: ✭ 24 (+33.33%)
Mutual labels:  akka-http, circe
graphql-gateway
SDL-based GraphQL gateway for REST and GraphQL-based micro-services
Stars: ✭ 55 (+205.56%)
Mutual labels:  akka-http, circe
Remora
Kafka consumer lag-checking application for monitoring, written in Scala and Akka HTTP; a wrap around the Kafka consumer group command. Integrations with Cloudwatch and Datadog. Authentication recently added
Stars: ✭ 183 (+916.67%)
Mutual labels:  akka-http
Akka Management
Akka Management is a suite of tools for operating Akka Clusters.
Stars: ✭ 218 (+1111.11%)
Mutual labels:  akka-http
fdp-modelserver
An umbrella project for multiple implementations of model serving
Stars: ✭ 47 (+161.11%)
Mutual labels:  akka-http
fs2-data
streaming data parsing and transformation library
Stars: ✭ 103 (+472.22%)
Mutual labels:  circe
Typed Schema
Typelevel http service definition DSL
Stars: ✭ 145 (+705.56%)
Mutual labels:  akka-http
typelevel-stack.g8
📚 Unofficial Giter8 template for the Typelevel Stack (Http4s / Doobie / Circe / Cats Effect / Fs2) based on Cats v1.x.x
Stars: ✭ 63 (+250%)
Mutual labels:  circe
akka-http-quickstart-java.g8
akka.io
Stars: ✭ 17 (-5.56%)
Mutual labels:  akka-http
akka-http-realworld-example
Exemplary real world application built with Scala + Akka HTTP https://realworld.io
Stars: ✭ 30 (+66.67%)
Mutual labels:  akka-http
Akka Http Cors
Akka Http directives implementing the CORS specifications defined by W3C
Stars: ✭ 234 (+1200%)
Mutual labels:  akka-http
telepooz
Functional Telegram Bot API wrapper for Scala on top of akka, circe, cats, and shapeless
Stars: ✭ 26 (+44.44%)
Mutual labels:  circe
Kafka Streams Scala
Thin Scala wrapper around Kafka Streams Java API
Stars: ✭ 192 (+966.67%)
Mutual labels:  akka-http
Quark
Quark is a streaming-first Api Gateway using Akka
Stars: ✭ 13 (-27.78%)
Mutual labels:  akka-http
Otoroshi
Lightweight api management on top of a modern http reverse proxy
Stars: ✭ 177 (+883.33%)
Mutual labels:  akka-http
influencer-stats
Playground for measuring performance of functional programming tools in Scala. Gathers statistics about videos.
Stars: ✭ 24 (+33.33%)
Mutual labels:  akka-http
reducio
❱ 🐇 URL shortener service is written in Scala using Akka-Http and Redis ❰
Stars: ✭ 69 (+283.33%)
Mutual labels:  akka-http
akka-react-cloudant
A Soccer Dashboard created by scraping EPL website using Akka backend and ReactJS frontend and IBM Cloudant for object storage. IBM Cloud Foundry is used to host both frontend and backend app.
Stars: ✭ 21 (+16.67%)
Mutual labels:  akka-http
akka-http-docker-sample
example of running an Sbt application in Docker based on openjdk:jre-alpine
Stars: ✭ 20 (+11.11%)
Mutual labels:  akka-http

facebook4s[Abandoned]

Codacy Badge Build Status codecov.io License Join the chat at https://gitter.im/facebook4s

Prerequisites

  • Scala 2.12.x

Installation

Add the following line to your sbt dependencies:

"com.github.vooolll" %% "facebook4s" % "0.3.4"

Note: make sure that you have in your build.sbt

resolvers += Resolver.sonatypeRepo("releases")

Useful links

User guide

Release process

  • Update build.sbt with new version
  • Enter sbt shell
  • Run + publishSigned
  • Run + sonatypeRelease

License

Facebook4s is released under the Apache 2 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].