All Projects → felvin-search → instant-apps

felvin-search / instant-apps

Licence: other
Your search box is now an app store! 🎉

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to instant-apps

Filemasta
A search application to explore, discover and share online files
Stars: ✭ 571 (+513.98%)
Mutual labels:  search-engine, apps
Awesome-Black-Friday-Cyber-Monday-deals
2021 - Black Friday & Cyber Monday, Christmas & Holidays Deals for Developers, Techies, & Entrepreneurs,
Stars: ✭ 151 (+62.37%)
Mutual labels:  apps, plugins
wp-statistics
Complete WordPress Analytics and Statistics for your site!
Stars: ✭ 83 (-10.75%)
Mutual labels:  search-engine
awesome-search-engine-optimization
A curated list of backlink, social signal opportunities, and link building strategies and tactics to help improve search engine results and ranking.
Stars: ✭ 82 (-11.83%)
Mutual labels:  search-engine
macOSAppsOpenSource
No description or website provided.
Stars: ✭ 33 (-64.52%)
Mutual labels:  apps
Flow.Launcher.PluginsManifest
Community-made plugins and submissions
Stars: ✭ 13 (-86.02%)
Mutual labels:  plugins
fabric-history
Fabric.js history plugin
Stars: ✭ 91 (-2.15%)
Mutual labels:  plugins
querqy-elasticsearch
Querqy for Elasticsearch
Stars: ✭ 37 (-60.22%)
Mutual labels:  search-engine
wp-github-gos
利用 github api 实现的一个存储图片/附件的 wordpress 插件
Stars: ✭ 42 (-54.84%)
Mutual labels:  plugins
ck
Portable automation meta-framework to manage, describe, connect and reuse any artifacts, scripts, tools and workflows on any platform with any software and hardware in a non-intrusive way and with minimal effort. Try it using this tutorial to modularize and automate ML Systems benchmarking from the Student Cluster Competition at SC'22:
Stars: ✭ 501 (+438.71%)
Mutual labels:  plugins
krab
Krab is a migration and automation tool for PostgreSQL based on HCL syntax
Stars: ✭ 15 (-83.87%)
Mutual labels:  plugins
ionic4-angular7-example
Ionic 4, Angular 7 and Cordova Tutorial: Build CRUD Mobile Apps
Stars: ✭ 57 (-38.71%)
Mutual labels:  apps
sov2ex
sov2ex - 一个便捷的 v2ex 站内搜索引擎
Stars: ✭ 36 (-61.29%)
Mutual labels:  search-engine
ndslvim
专用于C-family和web前端开发的vim配置(其实通用性也还不错啦)
Stars: ✭ 14 (-84.95%)
Mutual labels:  plugins
jochre
Java Optical CHaracter Recognition
Stars: ✭ 18 (-80.65%)
Mutual labels:  search-engine
Openbud
When an open source project starts, it is normally accompanied by a single person and only when that person does a lot of work and gets the project up and running, do other open source contributors come to contribute. This project is to help these early projects to find other interested contributors to help when the project is in its early stage…
Stars: ✭ 14 (-84.95%)
Mutual labels:  search-engine
CodeDepot
A search engine for programming source code and documentation
Stars: ✭ 18 (-80.65%)
Mutual labels:  search-engine
x
Commerce Search & Discovery frontend web components
Stars: ✭ 54 (-41.94%)
Mutual labels:  search-engine
clappr-plugins
Main plugins for the Clappr project
Stars: ✭ 22 (-76.34%)
Mutual labels:  plugins
dm2
DM2 | cool Windows app - unique windows manager, open dialog enhancer and much more!
Stars: ✭ 93 (+0%)
Mutual labels:  plugins
Logo

Felvin Search

Discord GitHub issues by-label

Your search box is now an app store! 🎉 - Felvin

currency instant app json formatter instant app
dictionary instant app timer instant app

How to use?

felvin.com as your default search engine, or install our chrome extension to use Felvin Instant apps with Google Search

Demo:

Demo

What are instant apps?

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

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 - felvin.com

Contributing

There are many ways in which you can contribute to the project:

How to create a new app?

Anyone can create an instant app! Felvin Search is a platform - create apps for yourself, as well as others.

  • Fork the repository.
  • Install the dependencies yarn install
  • Run yarn create-app.
  • Update your new app, commit and send a pull request!

Checkout our CONTRIBUTING guide for more details.

Issue With Latest Yarn Version

If you got error like Internal Error: Cannot redefine settings "changesetBaseRefs" Follow the below steps to get your app rolling :

  • Run yarn --version.
  • If it is the latest one ,try to downgrade it to Version @3.0.2.
  • Run yarn set version 3.0.2.
  • Run yarn start.
  • Bingo🤙🏻, Your local developement environment will start spinning.

Anatomy of Instant App

A instant app is a Javascript object with following schema:

  • name
  • description
  • queryToData: A function which takes a search query and converts into any data which could be displayed.
  • Component: The React component of the app. The data from queryToData is passed as a prop.

Read more about the architecture.

Available Apps

See apps/.

How do releases take place?

All the instant apps are published to npm registry here. Currently, we have an action setup which bumps up the package version, commits the tag and publishes the package.

These are minor releases i.e. v0.3.0 -> v0.4.0

If there's a need for running the action manually, just go into the actions tab and click on the workflow to find the follow button:

run workflow button

Community

  • Discord chatroom - Join us on Discord to engage.
  • Give us a star ⭐️ - if you appreciate what we are doing, we would love a star on GitHub ❤️
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].