All Projects → withspectrum → micro-redirect

withspectrum / micro-redirect

Licence: MIT license
A tiny Node.js microservice to redirect users to a different location.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to micro-redirect

micro-starter
Micro 微服务实践
Stars: ✭ 391 (+2343.75%)
Mutual labels:  micro
Micro
Micro is coming back!
Stars: ✭ 11 (-31.25%)
Mutual labels:  micro
HIGH-TO-LOW
in this repository you will find codes in C and their equivalence in MIPS Assembly
Stars: ✭ 20 (+25%)
Mutual labels:  micro
miki
Wiki system in PHP+NoDB in just one file. 10s setup + auto-installed. Full Markdown support. Super fast and lightweight (-0.01MB gzip). Multi-User support. Minimal and beautiful.
Stars: ✭ 25 (+56.25%)
Mutual labels:  micro
soosyze
🌠 Soosyze CMS is a minimalist content management system in PHP, without database to create and manage your website easily. https://soosyze.com
Stars: ✭ 39 (+143.75%)
Mutual labels:  micro
microauth
Collection of authentication modules for ▲zeit's micro.
Stars: ✭ 71 (+343.75%)
Mutual labels:  micro
micro-cacheable
A micro utility for data caching
Stars: ✭ 35 (+118.75%)
Mutual labels:  micro
elixir-ms
an elixir microservice base/skeleton 💀
Stars: ✭ 39 (+143.75%)
Mutual labels:  micro
micro-airtable-api
Quickly make an API from Airtable
Stars: ✭ 30 (+87.5%)
Mutual labels:  micro
micro-joi
A Joi wrapper for zeit/micro
Stars: ✭ 46 (+187.5%)
Mutual labels:  micro
micro-visualize
Visualizes requests and responses for services written with micro
Stars: ✭ 55 (+243.75%)
Mutual labels:  micro
micro-swagger
Swagger generate and Swagger web server. It's redefined document for coder.
Stars: ✭ 34 (+112.5%)
Mutual labels:  micro
micro-plugins
go-micro plugins, auth(JWT+Casbin)、go-micro服务加入istio服务网格
Stars: ✭ 27 (+68.75%)
Mutual labels:  micro
micro-chain
🤝 Helps to build chains from your micro services.
Stars: ✭ 24 (+50%)
Mutual labels:  micro
criterion
statistics-driven micro-benchmarking framework
Stars: ✭ 17 (+6.25%)
Mutual labels:  micro
micro-ex-router
Express like router for micro.
Stars: ✭ 20 (+25%)
Mutual labels:  micro
hooked
Microservice for communicating between Contentful and Shopify
Stars: ✭ 17 (+6.25%)
Mutual labels:  micro
micro
A simple tool kit for building microservices.
Stars: ✭ 15 (-6.25%)
Mutual labels:  micro
piranha
Piranha - a modern cloud runtime
Stars: ✭ 136 (+750%)
Mutual labels:  micro
phalcon-micro-rest-api-skeleton
This is a basic API REST skeleton written on Phalcon PHP. Great For building an MVP for your frontend app (Vue, react, angular, or anything that can consume an API)
Stars: ✭ 57 (+256.25%)
Mutual labels:  micro

micro-redirect

A tiny Node.js microservice to redirect users to a different location.

Deployment

Your own micro-redirect is one click away:

Deploy to now

You can also deploy with a single command from the terminal (assuming you have now installed):

now -e REDIRECT_URL=mypage.com withspectrum/micro-redirect

Usage

Set the REDIRECT_URL environment variable to the page you want to redirect to, then send your users to your micro-redirect instance.

For example:

now -e REDIRECT_URL=home.com withspectrum/micro-redirect
<a href="mymicroredirect.com">Go to home</a>

Development

git clone [email protected]:withspectrum/micro-redirect.git
npm run dev

The server will then be listening at localhost:3000.

Updating

The master branch of this repository is what you will be deploying. To update to a new version with potential bugfixes, all you have to do is run the now command again and change the URL you call in your app! 👌

License

Copyright (c) 2017 Space Program Inc, licensed under the MIT license. See LICENSE.md for more information.

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].