An open API service indexing awesome lists of open source software.

https://github.com/realabbas/dictionary-api

🚀 Restful API developed using Serverless Framework , AWS Lambda Functions, Cloudfront, Serverless Dashboard for monitoring and Dictionary Data
https://github.com/realabbas/dictionary-api

cloudfront dictionary-api lambda-functions nodejs serverless-framework serverless-functions

Last synced: 3 months ago
JSON representation

🚀 Restful API developed using Serverless Framework , AWS Lambda Functions, Cloudfront, Serverless Dashboard for monitoring and Dictionary Data

Awesome Lists containing this project

README

        

![Dictionary API built using Serverless Framework and AWS Lambda Functions](https://github.com/realabbas/dictionary-api/blob/master/demo/cover.png?raw=true)

![Visitors](https://visitor-badge.glitch.me/badge?page_id=realabbas.dictonary-api)

Restful API developed using Serverless Framework , AWS Lambda Functions, Cloudfront, Serverless Dashboard for monitoring and Dictionary Data

## Endpoint

### For WORD- MEANING API Endpoint
`https://b8qalj4ph8.execute-api.ap-south-1.amazonaws.com/production/dictionary?word=cold`

### For Does this Word Exist API Endpoint
`https://b8qalj4ph8.execute-api.ap-south-1.amazonaws.com/production/wordExist?word=cold`

Send the query in the request like `dictionary?word=YOUR_SEARCH` or `wordExist?word=YOUR_SEARCH`

### Response

![FREE DICTIONARY API ENDPOINT RESPONSE](https://raw.githubusercontent.com/realabbas/dictionary-api/master/demo/response.png)