A Node.js server that processes mathematical calculations and natural language math queries through RESTful API endpoints.
A Node.js server that handles mathematical calculations and natural language math queries.
npm install
Start the server:
npm start
For development with auto-reload:
npm run dev
POST /calculate
Body:
{ "operation": "add", "params": { "a": 5, "b": 3 } }
POST /natural
Body:
{ "query": "what is 5 plus 3" }
MIT
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!