Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adapttive/api.one.adapttive.com
Serverless API for link preview
https://github.com/adapttive/api.one.adapttive.com
Last synced: 28 days ago
JSON representation
Serverless API for link preview
- Host: GitHub
- URL: https://github.com/adapttive/api.one.adapttive.com
- Owner: adapttive
- Created: 2021-05-16T13:20:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:37:29.000Z (about 1 year ago)
- Last Synced: 2024-06-21T15:47:56.083Z (6 months ago)
- Language: Go
- Homepage: https://api.one.adapttive.com/ping/
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# api.one.adapttive.com
Serverless API for link preview# Installation
- Install Go Lang
`sudo apt-get install golang`
- Place the project inside `\home\\go\src\`
- Build Go Lambda functions
`make`
- Install Serverless Framework
`npm install -g serverless`
- Login (one time)
`serverless login`
- Deploy
`serverless deploy --verbose`
# Endpoints
- Ping
`https://api.one.adapttive.com/ping/`
- Preview
`https://api.one.adapttive.com/preview/`