Git Product home page Git Product logo

smtp-checker-v2's Introduction

V2 SMTP Checker with Svelte, Tailwind, NodeJS and Serverless

Cover Image


Overview

This project is using NodeJS as backend running in AWS lambda as Netlify functions. It has serverless rate limiting done with redis. You can get redis for free from here, Upstash.

Deprecated

I was hosting this project but due to overuse and spam, I decided to take it down. This project will remain as it is and would still get maintained if any issue arises. But in order to use it, you would need to host it on your own.

You can host it on netlify as it is built on top of their infrastructure but this project uses express under the hood. With a little amount of customization, you will be able to run it in everywhere, docker, heroku, railyways, appservice etc.

Rate Limiting

As the API is public, in order to protect from potential hacker, there is a rate limiting mechanism. You can only request 6 times in a minute. But if you are deploying it by yourself, you can change the rate limit by changing environment variable,

POINTS = 100
DURATION = 60

Stack

These are the things used in the project

  • Svelte
  • Tailwind
  • Netlify Functions
  • TypeScript

Get started with this project

Install the dependencies...

npm insall  <- npm
yarn        <- yarn

development server

npm run dev <- npm
yarn dev    <- yarn

Building and running in production mode

npm run build <- npm
yarn build    <- yarn

smtp-checker-v2's People

Contributors

raiyansarker avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.