UnusualAPI is an API that interacts with mongoose , and some cool stuffs.
npm install unusual-apibash
$ npm i unusual-api
`
Current Features 🔮
$3
`js
const { google } = require('unusual-api')
const answer = await google('Javascript MDN')
console.log(Title: ${answer.items[0].title} & URL: ${answer.items[0].link})
`
$3
`js
const { meme } = require('unusual-api');
const result = await meme();
console.log(IMAGE: ${result.url} + TITLE ${result.title} + POST LINK: ${result.postLink})
`
$3
$3
`js
const { unusualDB } = require('unusual-api');
const data = new unusualDB(MONGODB SRV)
module.exports = data;
`
Set ( Create or Set the value of a document );
`js
data.set(QUERY_1, npm i unusual-api)
`
get ( Gets the value of a document from the query )
`js
data.get(QUERY_1) // returns "npm i unusual-api"
`
delete ( Deletes a document from the query )
`js
data.delete(QUERY_1) // deletes the value and the query
``