- Install using Yarn
-
- yarn add @neynar/nodejs-sdk axios
- yarn add -D typescript ts-node
-
-
-
-
-
-### Example: Let's use sdk to look up a user by their FID
-
-Create index.ts file at root level
-
-```bash
-touch index.ts
-```
-
-Add following code in index.ts
-
-```typescript
-// index.ts
-
-import { NeynarAPIClient, isApiErrorResponse } from "@neynar/nodejs-sdk";
-import { AxiosError } from "axios";
-
-// Instantiate the client
-const client = new NeynarAPIClient("