Skip to content
forked from Edholm/swosh

Simple service that creates "Swosh" short links you can share with friends

License

Notifications You must be signed in to change notification settings

erica-edholm/swosh

 
 

Repository files navigation

Swosh.me Build Status

Used for creating short links that you can send to your friends, thus allowing them to easily launch Swish with your preset information.

This is useful since https:// links are almost universally clickable.

Requirements

  • gradle
  • java 8
  • kotlin
  • spring-boot

API

  • POST /api/create Accepts application/json and the body is as follows:
	{
		"phone": "07xxxxxx",
		"amount": 100,
		"message": "example message",
		"expireAfterSeconds": null, // (optional, 0 or null is never expire)
	}

License

See the LICENSE file for license rights and limitations (MIT).

About

Simple service that creates "Swosh" short links you can share with friends

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 61.7%
  • HTML 35.7%
  • Shell 1.8%
  • Dockerfile 0.8%