14 comments

[ 0.24 ms ] story [ 30.1 ms ] thread
I will be looking forward to your next project: isBool
I think you need a dashboard with animated graphs (preferably in bright colors on a dark background with thin text that has just enough color contrast to indicate that there's text there at all) to help track KPIs. With push notifications if even/odd distributions veer outside of a user-defined threshold, which is cunningly defined as an index value with a more impressive sounding name and handy three letter abbreviation.

That should really help distinguish yourself in this hotly contested market space.

Excellent idea, this will be our first milestone after we raise our seed round!
It's scary how convincing this is, kind of like an SNL skit which is too real...
Joke or not. This will look great on a resume. :)
This would be much easier to adopt if there was an NPM package or Rubygem to simplify our company's integration with their platform.
It appears that the API is unversioned, which concerns me as my company is very future-looking and will need to support numbers as they modernize. How will you handle version migrations?
I'd rather pay with with utility isEvenCoins, rather than with USD.

Also, our entire stack is GraphQL-based, so we must have a GraphQL API according to this schema:

    schema {
      query: Query
      mutation: Mutation
      subscription: Subscription
    }
    
    type Query {
      balance: Int!
      isEven(input: isEvenInput!): isEvenPayload!  
    }
    
    type Mutation {
      depositCoins(amount: Int!): DepositPayload!  
      withdrawCoins(amount: Int!): WithdrawPayload!
    }
    
    type Subscription {
      coinsDeposited: Int!
      coinsWithdrawn: Int!
      coinsSpent: Int!
    }
    
    input isEvenInput {
      number: Int!
      gas: Int!
    }
    
    type isEvenPayload {
      result: bool
      balanceLeft: Int!
      isError: bool!
      errMsg: String
    }
    
    type DepositPayload {
      newBalance: Int!
      isError: bool!
      errMsg: String
    }
    
    type WithdrawPayload {
      newBalance: Int!
      isError: bool!
      errMsg: String
    }
Beautiful! We'll begin work on this as soon as we finish planetzero's idea, the isBool API.
I am fine as long as the ads in api response are not personalized.
This is much more practical than learning maths.

Hopefully, it has support for imperial numbers one day