Skip to content

Commit

Permalink
Added example query in lieu of testing
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fletcher committed Sep 21, 2023
1 parent 6ecc118 commit 37ff72d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions materials/example_api_query.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from materials.QueryAPI import WolframAPI

key = 'YOUR-KEY-HERE'

api = WolframAPI(key)

ans = api.query("water","density")

print(ans)

0 comments on commit 37ff72d

Please sign in to comment.