Popularity
1.4
Growing
Activity
0.0
Stable
7
2
0
Monthly Downloads: 8
Programming language: Elixir
License: MIT License
Tags:
Third Party APIs
askimet_ex alternatives and similar packages
Based on the "Third Party APIs" category.
Alternatively, view askimet_ex alternatives based on common mentions on social networks and blogs.
-
Semaphore
Semaphore is an open source CI/CD platform. Self-host Semaphore on your own servers or on a cloud provider. -
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS. -
cashier
Cashier is an Elixir library that aims to be an easy to use payment gateway, whilst offering the fault tolerance and scalability benefits of being built on top of Erlang/OTP
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io

Do you think we are missing an alternative of askimet_ex or a related project?
README
AskimetEx
AskimetEx is a package for use TypePad's AntiSpam services or Askimet endpoints in elixir projects.
Installation
The package can be installed by adding askimet_ex
to your list of dependencies in mix.exs
:
def deps do
[
{:askimet_ex, "~> 0.1.1"}
]
end
Read the Documentation
Usage
Use the module with parameters:
- Askimet API Key
- Blog URL
- User IP Address
- Comment or message
AskimetEx.check_spam(api_key, blog_url, user_ip, comment)
Collaborate
If you want to collaborate, please make a pull request.