This project demonstrates the usage of the m3ter-graphql-client
library to interact with a GraphQL API meter data.
- Node.js installed on your system.
- A valid endpoint for the GraphQL API.
- Clone the repository:
git clone <repository-url>
cd m3ter-graphql-client-example
- Install dependencies:
npm install
-
Update the
endpoint
inmain.js
with your GraphQL API URL. -
Run the script:
node main.js
This project is licensed under the MIT License.