Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instant answers: Calculator, Unit-converter, etc. #67

Open
KirillOsenkov opened this issue Mar 3, 2018 · 4 comments
Open

Instant answers: Calculator, Unit-converter, etc. #67

KirillOsenkov opened this issue Mar 3, 2018 · 4 comments

Comments

@KirillOsenkov
Copy link

I maintain a website with some instant answers: http://quickinfo.io.
Here's what it can do: http://quickinfo.io/?%3F (or just type demo there)

I've recently refactored out the engine that generates answers and decoupled it from the Html backend so it can provide answers for console, mobile etc.

Would you consider adding instant answers similar to the above? On a Mac pressing Cmd+Space supports math calculator, etc. You can type 2+3 and get 5 instantly. I thought it'd be a great idea for Jarvis. Let me know what your thoughts are and I'd be happy to help if needed.

@thecodejunkie
Copy link

👍 on this one

@patriksvensson
Copy link
Member

@KirillOsenkov That looks really cool! Good work!

Do you provide some kind of API for it, or is there a NuGet package that Jarvis can consume? It would be really nice if Jarvis could visualize results differently like Quickinfo does as well (tables, boxes etc). Will have to look into that.

@KirillOsenkov
Copy link
Author

Yup, there's an API and a NuGet package. Just published some info here:
https://github.com/KirillOsenkov/QuickInfo/blob/master/README.md#api-and-architecture

Yes, you can visualize the results however you want, there's the Node data structure that you can visit to build whatever UI you like. See the HtmlRenderer as an example.

Also this is very hot off the press, so any feedback, suggestions or requests are appreciated! I'm also considering writing a Xamarin iOS app for iPhone using this.

@HTMLGuyLLC
Copy link

HTMLGuyLLC commented Aug 27, 2020

+1 and reminder bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants