Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@felvin-search/apps

Package Overview
Dependencies
Maintainers
4
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@felvin-search/apps

## What are instant apps?

  • 0.1.1
  • npm
  • Socket score

Version published
Weekly downloads
138
increased by1433.33%
Maintainers
4
Weekly downloads
 
Created
Source

Neera Instant Apps

What are instant apps?

snippetAppsnippetApp
snippetAppsnippetApp

Instant apps are the small interactive cards which you get for your search queries.

Search box is now an app store.

We can build instant apps for all kinds of use cases like dictionary, checking football scores, stock prices or notes from your notion or even search history from company slack or anything!

Try them out live - neera.ai

Who can create instant apps?

You! Neera is a platform - create apps for yourself as well as others.

Why should I create one?

Because it's fun and it's a new kind of superpower. 😎

How to create a Neera snippet app?

  • Fork the repository
  • Add a js/ts file with the app.
  • Commit and send a pull request!

Checkout our CONTRIBUTING guide for more details.

Example Snippet Apps

Anatomy of Snippet App

A snippet app is a Javascript object with following keys:

  • name: String -> Name of the snippet app
  • id: String
  • description: String
  • logo: Link to a PNG/SVG File
  • dataFetcher: A function with input {query: "<user query>"} and ouput is any data you want to render.
  • renderer: Its a React component with the data from dataFetcher passed a into props.data

FAQs

Package last updated on 23 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc