Skip to content

Releases: briangershon/feed-tamer

Fix minor count discrepancies. Avoid extraneous API calls.

Choose a tag to compare

@briangershon briangershon released this 21 Sep 06:52

Fix for two bugs causing minor count discrepancies:

  • max_id query is inclusive so each API call added
    one duplicate record.
  • extra API calls were made when previous results
    had only one record. This would quickly exhaust
    rate-limits plus had impact on counts.

Add tests and linting. Fix instructions.

Choose a tag to compare

@briangershon briangershon released this 20 Sep 06:34
  • Fix bug when home feed has less tweets than requested (avoid additional API calls)
  • Fix instructions for running sample app
  • Add tests
  • Add eslint

Initial Release

Choose a tag to compare

@briangershon briangershon released this 19 Sep 06:28
v1.0.0

Add keywords